Hi,

wouldn't that be even better? There is no need to move just one
position to the right, because limiters to the left and right of the
attribute name are required.



Index: parq.c
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/parq.c,v
retrieving revision 1.4
diff -u -r1.4 parq.c
--- parq.c      3 Feb 2003 22:18:52 -0000       1.4
+++ parq.c      3 Feb 2003 22:33:09 -0000
@@ -103,7 +103,7 @@
                 * lowercase_header == NULL
                 */
                if (!found_right_attribute)
-                       lowercase_header++;
+                       lowercase_header += attrlen+1;
 
        } while (!found_right_attribute && lowercase_header != NULL);



Greetings,
Thomas. 


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to