[mythtv] Re: [PATCH] mythmusic: missing semicolon

Stefan Frank sfr+lists at 6913304088794.gnuu.de
Fri Dec 19 07:36:50 EST 2003


This patch on-top of the 'one path fits all' patch fixes $SUBJECT.

bye, Stefan

-- 
"You can't teach people to be lazy - either they have it, or they don't."
		-- Dagwood Bumstead
-------------- next part --------------
--- mythmusic-local/mythmusic/metadata.cpp	2003-12-19 13:31:42.000000000 +0100
+++ mythmusic-local/mythmusic/metadata.cpp.keep	2003-12-19 13:32:43.000000000 +0100
@@ -430,7 +430,7 @@
     QString aquery =    "SELECT intid, artist, album, title, genre, "
                         "year, tracknum, length, filename, rating, "
                         "lastplay, playcount FROM musicmetadata "
-                        "ORDER BY intid  ";
+                        "ORDER BY intid ;";
 
     QString filename;
     QString startdir = gContext->GetSetting("MusicLocation");


More information about the mythtv-dev mailing list