[gnome-autoar] Fix incorrect comments



commit b47ad993eeb563ae90c0bd9eba6e576b93f1de35
Author: Ting-Wei Lan <lantw44 gmail com>
Date:   Fri Aug 30 18:51:43 2013 +0800

    Fix incorrect comments

 gnome-autoar/autoar-create.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-autoar/autoar-create.c b/gnome-autoar/autoar-create.c
index 4d1d856..cca1872 100644
--- a/gnome-autoar/autoar-create.c
+++ b/gnome-autoar/autoar-create.c
@@ -55,7 +55,7 @@ struct _AutoarCreatePrivate
   char **source;
   char  *output;
 
-  GPtrArray *source_file; /* An array of GFile, terminated by NULL */
+  GPtrArray *source_file; /* An array of GFile, not terminated by NULL */
   GFile     *output_file;
 
   int output_is_dest : 1;
@@ -1346,7 +1346,7 @@ autoar_create_step_create (AutoarCreate *arcreate)
     GFileType filetype;
     GFileInfo *fileinfo;
 
-    g_debug ("autoar_create_run: source[%d] (%s)", i, priv->source[i]);
+    g_debug ("autoar_create_step_create: source[%d] (%s)", i, priv->source[i]);
     file = g_ptr_array_index (priv->source_file, i);
     fileinfo = g_file_query_info (file,
                                   G_FILE_ATTRIBUTE_STANDARD_TYPE,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]