Cosmetic: +Prevent: ... might be used uninitialized in this function
[captive.git] / src / client / bug-replay / main.c
index 68a63d2..41afd13 100644 (file)
@@ -465,7 +465,7 @@ GnomeVFSFileSize num_bytes,bytes_written;
                        continue;
                        }
                if (!xmlStrcmp(xml_node->name,"file_seek")) {
-GnomeVFSSeekPosition whence;
+GnomeVFSSeekPosition whence=GNOME_VFS_SEEK_START;      /* Prevent: ... might be used uninitialized in this function */
 const xmlChar *whence_string;
 
                        captive_file_object=CAPTIVE_FILE_OBJECT(object);