pre-xmas commit
This commit is contained in:
@@ -25,7 +25,7 @@ ao_device *device;
|
||||
int foo;
|
||||
|
||||
device = init_ao_output(44100);
|
||||
fprintf(stderr, "AO init -> %p\n", device);
|
||||
if (verbosity) fprintf(stderr, "AO init -> %p\n", device);
|
||||
|
||||
switch (k) {
|
||||
case 0:
|
||||
@@ -40,7 +40,7 @@ switch (k) {
|
||||
}
|
||||
|
||||
foo = close_ao_output(device);
|
||||
fprintf(stderr, "AO close -> %d\n", foo);
|
||||
if (verbosity) fprintf(stderr, "AO close -> %d\n", foo);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user