changeset 5998:e1eb3a91e494

[project @ 2006-09-26 12:40:52 by jwe]
author jwe
date Tue, 26 Sep 2006 12:40:52 +0000
parents 49dfdb54bb2b
children 1aa6a35a855d
files src/error.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/error.cc
+++ b/src/error.cc
@@ -524,7 +524,7 @@
     {
       // Handle this warning as an error.
 
-      error (id, fmt, args);
+      error_2 (id, fmt, args);
     }
   else if (warn_opt == 1)
     {