From kde-commits Mon Oct 13 20:03:46 2008 From: Hasso Tepper Date: Mon, 13 Oct 2008 20:03:46 +0000 To: kde-commits Subject: KDE/kdelibs/solid/solid/backends/hal Message-Id: <1223928226.512441.22811.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122392823708048 SVN commit 871047 by hasso: Compile. M +1 -1 halstorageaccess.cpp --- trunk/KDE/kdelibs/solid/solid/backends/hal/halstorageaccess.cpp #871046:871047 @@ -284,7 +284,7 @@ #ifdef Q_OS_FREEBSD char *cType; if ( fstype=="vfat" && halOptions.contains("-L=")) { - if ( (cType = getenv("LC_ALL")) || (cType = getenv("LC_CTYPE")) || (cType = getenv("LANG")) ) { + if ( (cType = getenv("LC_ALL")) || (cType = getenv("LC_CTYPE")) || (cType = getenv("LANG")) ) options << "-L="+QString(cType); } else if ( (fstype.startsWith("ntfs") || fstype=="iso9660" || fstype=="udf") && halOptions.contains("-C=") ) {