Neil Hodgson, 26.02.2007 01:14:
Frank Wunderlich:

i've tried it like this:

static unsigned int LengthWord(const char *word, char otherSeparator) {
    // Find a '('. If that fails go to the end of the string.
    const char *endWord;

   endWord should be initialised to 0 so that the default '(' still
works but that shouldn't affect your case. I would have expected your
code to work.

const char *endWord=0;
is also not working...entry in list is still content: and items [ and | added to end of list

regards Frank
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to