f1ffaeb9bc31d1d94e115dfc2b9db8e29a3fb929 kent Tue Aug 3 09:14:17 2010 -0700 Updated comment to avoid advising people to generate a compiler error. diff --git src/lib/errCatch.c src/lib/errCatch.c index 99ca4a3..0aea588 100644 --- src/lib/errCatch.c +++ src/lib/errCatch.c @@ -9,7 +9,7 @@ * doFlakyStuff(); * errCatchEnd(errCatch); * if (errCatch->gotError) - * warn(errCatch->message->string); + * warn("%s", errCatch->message->string); * errCatchFree(&errCatch); * cleanupFlakyStuff(); */