[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.h,1.5,1.6

Arpi of Ize arpi at mplayer.dev.hu
Thu Sep 13 21:49:57 CEST 2001


Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mplayer:/var/tmp.root/cvs-serv9578

Modified Files:
	fs.h 
Log Message:
some temporary debug printfs

Index: fs.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fs.h	12 Sep 2001 18:53:42 -0000	1.5
+++ fs.h	13 Sep 2001 19:49:40 -0000	1.6
@@ -231,6 +231,7 @@
   {
    case 1:
         fsSelectedDirectory=(unsigned char *)get_current_dir_name();
+	printf("[gtk-fs] 1-fsSelectedFile: %s\n",fsSelectedFile);
         #ifdef DEBUG
          dbprintf( 1,"[gtk-fs] fsSelectedFile: %s\n",fsSelectedFile );
         #endif
@@ -238,6 +239,7 @@
    case 2:
         str=gtk_entry_get_text( GTK_ENTRY( fsComboEntry2 ) );
         fsSelectedFile=str;
+	printf("[gtk-fs] 2-fsSelectedFile: '%s'  \n",fsSelectedFile);
         #ifdef DEBUG
          dbprintf( 1,"[gtk-fs] fsSelectedFile: %s\n",fsSelectedFile );
         #endif
@@ -253,11 +255,14 @@
             break;
            }
          }
+	printf("[gtk-fs-xxx] fsSelectedFile: '%s'  \n",fsSelectedFile);
+	printf("[gtk-fs-xxx] fsSelectedDirectory: '%s'  \n",fsSelectedDirectory);
         break;
   }
  strcpy( gtkShMem->fs.dir,fsSelectedDirectory );
-printf( "----gtk---> filname: %s\n",fsSelectedFile );
  strcpy( gtkShMem->fs.filename,fsSelectedFile );
+printf( "----gtk---> directory: %s\n",fsSelectedDirectory );
+printf( "----gtk---> filename: %s\n",fsSelectedFile );
  item=fsTopList_items;
  while( item )
   {




More information about the MPlayer-cvslog mailing list