[vlc-devel] commit: Typo (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Sep 29 20:32:00 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 29 11:33:38 2008 -0700| [de0edf3d32edc6c6108a217af7c01a7485164ccd] | committer: Jean-Baptiste Kempf
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de0edf3d32edc6c6108a217af7c01a7485164ccd
---
modules/gui/qt4/components/open_panels.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 10fd23e..a02a0c2 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -235,7 +235,7 @@ DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
ui.browseDiscButton->setToolTip( qtr( I_DEVICE_TOOLTIP ));
ui.deviceCombo->setToolTip( I_DEVICE_TOOLTIP );
-#if WIN32 /* Disc drives probing for Windows */
+#ifdef WIN32 /* Disc drives probing for Windows */
char szDrives[512];
szDrives[0] = '\0';
if( GetLogicalDriveStringsA( sizeof( szDrives ) - 1, szDrives ) )
More information about the vlc-devel
mailing list