]> git.pld-linux.org Git - packages/rafkill.git/blame - rafkill-datadir.patch
- tabs in preamble
[packages/rafkill.git] / rafkill-datadir.patch
CommitLineData
8e64721f
TP
1diff -urN raptor-1.0.0.orig/src/defs.cpp raptor-1.0.0/src/defs.cpp
2--- rafkill-1.0.1.orig/src/defs.cpp.orig 2003-06-12 22:56:30.000000000 +0200
3+++ rafkill-1.0.1/src/defs.cpp 2003-06-12 22:58:03.000000000 +0200
4@@ -182,7 +182,7 @@
5 //char * file_place = new char[ 6 ];
6 char file_place[ 30 ];
7 //file_place = strdup( "data" );
8- sprintf( file_place, "data" );
9+ sprintf( file_place, "/usr/share/rafkill" );
10 put_backslash( file_place );
11 char * final = append( file_place, file_name );
12 //delete[] file_place;
This page took 0.100133 seconds and 4 git commands to generate.