Op 3-jun-04 om 14:26 heeft Thomas Schuerger het volgende geschreven:

One style code comment: Never use C++ comments in C code, that is don't
use // but use /* */.
When you edit an existing file not 'owned' by you. Add your name or
initials to the comment with the date added. Something like:
/*
* Some kind of comment
* -- JA, 2/6/2004
*/

Good point.

This should be added to the styleguide file (both the editor comment
and the no-c++-style comment thing).

Good point ;)


However, i can't apply your patch to CVS yet, as it makes the GTK2
interface crash.


** ERROR **: file prop.c: line 754 (prop_get_guint32): assertion failed: (offset+length <= PROP(ps,prop).vector_size) aborting...

How can this be changed? I only tried to compile with GTK2 support, I didn't actually run it (GTK2 is way to slow on my machine).

You could at least fire it. To see if it starts. It happens immediatly. I assume some code for the gtk2 frontend is missing now. it asserts immediatly.

- Jeroen



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Gtk-gnutella-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to