Changeset 347
- Timestamp:
- 02/03/06 09:28:16 (6 years ago)
- Files:
-
- beatfish/trunk/src/beatfish.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
beatfish/trunk/src/beatfish.c
r333 r347 91 91 92 92 if (sf_plugin == NULL) { 93 fprintf (stderr, "%s: Could not find soundrendersndfile reader plugin\n",93 fprintf (stderr, "%s: Could not find Remix sndfile reader plugin\n", 94 94 progname); 95 95 exit (1); … … 1035 1035 1036 1036 if ((client = jack_client_new (client_name)) == 0) { 1037 fprintf (stderr, "%s: Could not connect to Jack server\n", 1038 progname); 1037 1039 exit (1); 1038 1040 }
