From e0806e36dfb2ab542ff08966f324be4e06407a40 Mon Sep 17 00:00:00 2001 From: tytso Date: Tue, 2 Jul 1996 01:54:29 +0000 Subject: [PATCH] Initialize the SMS error table so that if there are errors, they can be intelligently printed. --- regtape/students.dc | 1 + 1 file changed, 1 insertion(+) diff --git a/regtape/students.dc b/regtape/students.dc index 80462c78..79f2cfb3 100644 --- a/regtape/students.dc +++ b/regtape/students.dc @@ -117,6 +117,7 @@ char **argv; setlinebuf(stdout); setlinebuf(stderr); + initialize_sms_error_table(); EXEC SQL CONNECT moira; if (sqlca.sqlcode != 0) { -- 2.45.2