Update of /cvsroot/alsa/alsa-tools/seq/sbiload
In directory sc8-pr-cvs1:/tmp/cvs-serv18571

Modified Files:
        sbiload.c 
Log Message:
Added warnings when files were not specified

Index: sbiload.c
===================================================================
RCS file: /cvsroot/alsa/alsa-tools/seq/sbiload/sbiload.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sbiload.c   25 Mar 2003 17:36:37 -0000      1.8
+++ sbiload.c   30 Jul 2003 14:14:21 -0000      1.9
@@ -654,12 +654,16 @@
       finish_client();
       return 1;
     }
+  } else {
+    fprintf(stderr, "Warning: instrument file was not specified\n");
   }
   if (optind < argc) {
     if (load_file (128, argv[optind]) < 0) {
       finish_client();
       return 1;
     }
+  } else {
+    fprintf(stderr, "Warning: drum file was not specified\n");
   }
 
   /* Unsubscribe destination port and close client */



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to