No strtok_r() in Microsoft's C library, but strtok() is MT-safe, which is
authorTor Lillqvist <tml@novell.com>
Thu, 15 Sep 2005 17:54:00 +0000 (17:54 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 15 Sep 2005 17:54:00 +0000 (17:54 +0000)
commit0e211739495d8d7f553d1944a8cb2a533ef52e0e
treefa457cb01e62066f1f8dc8533f0941135f0d7df6
parentab90f593a88a7c7e30acc60d15f99bef1a7d4cac
No strtok_r() in Microsoft's C library, but strtok() is MT-safe, which is

2005-09-15  Tor Lillqvist  <tml@novell.com>

* camel-imap-search.c: No strtok_r() in Microsoft's C library, but
strtok() is MT-safe, which is enough for the way it's used in this
file, to tokenize only one string at a time.
camel/providers/imap/ChangeLog
camel/providers/imap/camel-imap-search.c