[mythtv] patch for setup seg faulting

DMW davemw at shaw.ca
Fri Sep 19 22:55:05 EDT 2003


The "updates" array was not empty string terminated.

- Dave


diff -u -r1.5 dbcheck.cpp
--- libs/libmythtv/dbcheck.cpp  20 Sep 2003 01:38:06 -0000      1.5
+++ libs/libmythtv/dbcheck.cpp  20 Sep 2003 04:49:27 -0000
@@ -155,7 +155,7 @@
 "  audiocodec varchar(128) default NULL,"
 "  profilegroup int(10) unsigned NOT NULL DEFAULT 0,"
 "  PRIMARY KEY (id)"
-");",
+");",""
 };

         int counter = 0;



More information about the mythtv-dev mailing list