From 8e53af5407dd67fa5a909335a8ae660ea9d7dfd0 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Mon, 3 May 2010 11:36:16 +0000 Subject: [PATCH] - forced commit to 1.3.0 to actually include patch --- comms/splat/files/patch-splat.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/splat/files/patch-splat.cpp diff --git a/comms/splat/files/patch-splat.cpp b/comms/splat/files/patch-splat.cpp new file mode 100644 index 000000000000..49d37e43f78d --- /dev/null +++ b/comms/splat/files/patch-splat.cpp @@ -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;