To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66426


User kendy changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |VERIFIED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Jun  7 08:16:36 +0000 
2007 -------
Now works fine, VERIFIED.  Thank you!

[Maybe a nitpick - we could even avoid the getToken() by something like:
#include <stdio.h>

const char* lst[] = { "name1", "name ugh 2", 0 }; /* in the header */

int main( void )
{
    const char **l = lst;
    for ( ; *l != 0; ++l )
        printf( "%s\n", *l );
    return 0;
}
but...]

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to