graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/matos.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/matos.c
Date: Fri, 27 May 2005 21:30:54 -0400

Index: graveman/current/src/matos.c
diff -u graveman/current/src/matos.c:1.38 graveman/current/src/matos.c:1.39
--- graveman/current/src/matos.c:1.38   Sun May 22 17:46:17 2005
+++ graveman/current/src/matos.c        Sat May 28 01:30:50 2005
@@ -620,7 +620,7 @@
     gdk_flush ();
     *Linitdisp = FALSE;
   }
-  matos_umount_device(Lg, NULL);
+  matos_umount_device(Ldrive, NULL);
    
  _DEB("le premier avant le dvd [%d]", Lmedialu); 
   Lmedialu += get_dvdinfo(Lg, Ldrive, NULL);
@@ -799,7 +799,7 @@
   }
 
   if (Lfind && Lcurdev) {
-    g_snprintf(Lcommand, sizeof(Lcommand)-1, "/sbin/umount %s", Lcurdev);
+    g_snprintf(Lcommand, sizeof(Lcommand)-1, "/bin/umount %s", Lcurdev);
 
     _DEB("try to umount [%s]", Lcommand);
 
@@ -818,7 +818,7 @@
 
   cdrecord_maj_drive_info(Adrive, Adev, Aerror);
 
-  /* use /proc/sys/dev/cdrom/info with linux to find DVD capability */
+  /* use /proc/sys/dev/cdrom/info with linux to detect DVD capability */
   proc_maj_drive_info(Adrive, Aerror);
 
   return TRUE;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]