summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menu.c1
-rw-r--r--menurec.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/menu.c b/menu.c
index 2b087aa..6af1e08 100644
--- a/menu.c
+++ b/menu.c
@@ -400,7 +400,6 @@ int cMenuDb::initDb()
// from recordinglist where
// (state <> 'D' or state is null)
// and epglvr(title, ?) < 50
-// // order by lv
selectRecordingForEventByLv = new cDbStatement(recordingListDb);
diff --git a/menurec.c b/menurec.c
index f4c1c01..c17dbb3 100644
--- a/menurec.c
+++ b/menurec.c
@@ -73,7 +73,7 @@ cMenuDbRecordingItem::cMenuDbRecordingItem(cMenuDb* db, const cRecording* Record
recording = Recording;
name = nullptr;
- int level = 0;
+ uint level {0};
for (const char* p = Recording->Title(); *p; p++)
if (*p == '~')