]> wimlib.net Git - wimlib/commitdiff
wimlib_set_output_dir(): Fix comment
authorEric Biggers <ebiggers3@gmail.com>
Fri, 17 Aug 2012 18:39:49 +0000 (13:39 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 17 Aug 2012 18:39:49 +0000 (13:39 -0500)
src/extract.c

index bd3ef92922bf7292eccf42f6b264fd21a7d697fe..1d229a167922d52fcd8efac250fdf67f1d7a0710 100644 (file)
@@ -293,8 +293,8 @@ WIMLIBAPI int wimlib_extract_image(WIMStruct *w, int image)
 
 }
 
 
 }
 
-/* Set the output directory for WIM extraction.  The directory is created using
- * mkdir().  Fails if directory cannot be created or already exists. */
+/* Sets and creates the directory to which files are to be extracted when
+ * extracting files from the WIM. */
 WIMLIBAPI int wimlib_set_output_dir(WIMStruct *w, const char *dir)
 {
        char *p;
 WIMLIBAPI int wimlib_set_output_dir(WIMStruct *w, const char *dir)
 {
        char *p;