freebsd-ports/comms/seyon/files/patch-SeScan.c
Mark Linimon d351a69968 Fix build on 5.x.
PR:		ports/60675
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-12-29 07:30:09 +00:00

13 lines
511 B
C

--- SeScan.c.orig Mon Dec 29 07:26:24 2003
+++ SeScan.c Mon Dec 29 07:27:42 2003
@@ -275,8 +275,8 @@
#ifdef TEST
main()
{
- scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings
-\"Also 'quotes' inside strings\" and 'strs \"inside quotes\"'
+ scSetInputBuf("Just to see if we'\\'re \\n\\033 able to distinguish' words and strings\n\
+\"Also 'quotes' inside strings\" and 'strs \"inside quotes\"'\n\
Not to forget ^S and ^q control ^ chars");
while (lGetWord() != 0);