OS X: Remove GTK+ packaging.
[metze/wireshark/wip.git] / mergecap.c
index 5dae9a14f39dd02220aac03d799ca010f2adf3a0..7d2d696868777881fede71ca0fb297676722a21a 100644 (file)
@@ -452,7 +452,7 @@ main(int argc, char *argv[])
   }
 
   /* open the outfile */
-  if (strncmp(out_filename, "-", 2) == 0) {
+  if (strcmp(out_filename, "-") == 0) {
     /* use stdout as the outfile */
     use_stdout = TRUE;
     out_fd = 1 /*stdout*/;