[Kde-cygwin-cvs] CVS: kde-1.1.2/kdebase/kfm/kioslave main.cpp,1.1.1.1,1.2
Status: Inactive
Brought to you by:
habacker
From: Ralf H. <hab...@us...> - 2001-06-21 12:31:23
|
Update of /cvsroot/kde-cygwin/kde-1.1.2/kdebase/kfm/kioslave In directory usw-pr-cvs1:/tmp/cvs-serv29936/kfm/kioslave Modified Files: main.cpp Log Message: removed path separator on trailing end Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/kde-1.1.2/kdebase/kfm/kioslave/main.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** main.cpp 2001/05/19 21:24:08 1.1.1.1 --- main.cpp 2001/06/21 12:31:20 1.2 *************** *** 27,31 **** #ifndef _PATH_TMP ! #define _PATH_TMP "/tmp/" #endif --- 27,31 ---- #ifndef _PATH_TMP ! #define _PATH_TMP "/tmp" #endif |