Am 10.07.2013 21:17 schrieb Stefan Tauner:
- Use the reentrant tokenizer version strtok_r to break up vendor and model names in print.c
- Add implementation of strtok_r for mingw (posix only)
Self-written or copied from a place with comptaible license?
- Free allocated temporary memory again.
Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
Regards, Carl-Daniel
On Mon, 15 Jul 2013 10:33:17 +0200 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
Am 10.07.2013 21:17 schrieb Stefan Tauner:
- Use the reentrant tokenizer version strtok_r to break up vendor and model names in print.c
- Add implementation of strtok_r for mingw (posix only)
Self-written or copied from a place with comptaible license?
Public domain + rewritten to an extent where I doubt the remains of the original would be deemed copyrightable at all :)