faire des bords sombres
This commit is contained in:
@@ -164,7 +164,7 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
|
||||
/* OK try it ... */
|
||||
foo = crapulator(&B, infx, value/2.0);
|
||||
if (foo) {
|
||||
fprintf(stderr, "in fx crapulator failure %d\n", foo);
|
||||
fprintf(stderr, "%s: input fx fail %d\n", __func__, foo);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
@@ -175,8 +175,8 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
|
||||
/* here we can insert the OUTPUT filter */
|
||||
foo = crapulator(&Out, outfx, value);
|
||||
if (foo) {
|
||||
fprintf(stderr, "\nout fx %d crapulator failure %d\n",
|
||||
outfx, foo);
|
||||
fprintf(stderr, "\n%s: out fx %d failure %d\n",
|
||||
__func__, outfx, foo);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user