In the pgInit function in cli_c/src/netcore.c, after having determined that pgserver is running a too old protocol, pgInit just goes on and calls pgGetString and pgThemeLookup. Isn't that a bit unsafe? When I accidentally connected a client running a version 12 protocol to a server running version 11, I just got this strange errormessage:
*** PicoGUI ERROR (NONE) : ndefined request (just recieved); Nothing to do-- but give an error Wouldn't it be a better idea to just write to stderr, or at least _also_ write to stderr? _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
