summaryrefslogtreecommitdiffstats
path: root/audio/tunesbrowser/files/patch-misc_ui.c
blob: 897db51810a819741260b7c23b86c592c03f68d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- misc_ui.c.orig  Wed Jul 28 06:41:58 2004
+++ misc_ui.c   Wed Jul 28 06:43:37 2004
@@ -139,8 +139,8 @@
     if (seconds >= 0)
     {
         int minutes = seconds / 60;
+        char bufstr[11];
         seconds -= minutes * 60;
-        char bufstr[11] = {0};
 
         snprintf(bufstr, 10, "%i:%02i",
                  minutes, seconds);