- forced commit to 1.3.0 to actually include patch
This commit is contained in:
parent
aed2fc0c60
commit
8e53af5407
11
comms/splat/files/patch-splat.cpp
Normal file
11
comms/splat/files/patch-splat.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
--- splat.cpp.orig 2010-03-21 09:53:44.000000000 -0400
|
||||
+++ splat.cpp 2010-03-21 09:54:01.000000000 -0400
|
||||
@@ -2586,7 +2586,7 @@
|
||||
|
||||
if (fgets(string,80,fd)!=NULL)
|
||||
{
|
||||
- pointer=strchr(string,':');
|
||||
+ pointer=strchr(string,';');
|
||||
|
||||
if (pointer!=NULL)
|
||||
*pointer=0;
|
||||
Loading…
x
Reference in New Issue
Block a user