]> wimlib.net Git - wimlib/commit
Refactor error functions; make re-entrant
authorEric Biggers <ebiggers3@gmail.com>
Sun, 3 Mar 2013 21:47:12 +0000 (15:47 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 3 Mar 2013 21:56:47 +0000 (15:56 -0600)
commit80224de6c2ff870ea36ff98b491223c674e4d57a
tree413ff62e2caf41d0c5b6e395fb014b73efe18f07
parent7bde3fc590afbdef8f71cd7f8ccbd24172bffc63
Refactor error functions; make re-entrant

Use strerror_r() (the "XSI-compliant" version) instead of strerror().
src/extract_image.c
src/util.c
src/util.h
src/wimlib.h
src/write.c