Fri Nov 11 21:24:38 PST 2005
- Previous message: [Slony1-commit] By xfade: Update configure to reflect previous changes
- Next message: [Slony1-commit] By xfade: Fix CFLAGS some more and fix pthread linking which was broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Use proper commenting style.
Modified Files:
--------------
slony1-engine/src/slonik:
slonik.c (r1.51 -> r1.52)
-------------- next part --------------
Index: slonik.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -Lsrc/slonik/slonik.c -Lsrc/slonik/slonik.c -u -w -r1.51 -r1.52
--- src/slonik/slonik.c
+++ src/slonik/slonik.c
@@ -97,7 +97,7 @@
/* just copy pointer if NULL or no change needed */
if (!lines[i]|| (strncmp((const char *)lines+i, token, toklen)))
{
- if (lines[i] == 0x0d) // ||(lines[i] == 0x0a))
+ if (lines[i] == 0x0d) /* ||(lines[i] == 0x0a)) */
break;
result_set[o] = lines[i];
- Previous message: [Slony1-commit] By xfade: Update configure to reflect previous changes
- Next message: [Slony1-commit] By xfade: Fix CFLAGS some more and fix pthread linking which was broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list