removed debug print and random whitespace
This commit is contained in:
@@ -543,12 +543,12 @@ int main(int argc, char **argv)
|
|||||||
oldFrom = from;
|
oldFrom = from;
|
||||||
fileNum = 0;
|
fileNum = 0;
|
||||||
from = 0;
|
from = 0;
|
||||||
|
|
||||||
if(listDir(from, MAX_LIST, fileNum, dirList) < 0)
|
if(listDir(from, MAX_LIST, fileNum, dirList) < 0)
|
||||||
{
|
{
|
||||||
err_print("Unable to list directory.");
|
err_print("Unable to list directory.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* save old position in folder */
|
/* save old position in folder */
|
||||||
for (int i=MAX_DIRECTORIES-1; i>0; i--) {
|
for (int i=MAX_DIRECTORIES-1; i>0; i--) {
|
||||||
@@ -558,7 +558,6 @@ int main(int argc, char **argv)
|
|||||||
prevPosition[0] = oldFileNum;
|
prevPosition[0] = oldFileNum;
|
||||||
prevFrom[0] = oldFrom;
|
prevFrom[0] = oldFrom;
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -625,11 +624,6 @@ int main(int argc, char **argv)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (kDown || kHeld) {
|
|
||||||
PrintConsole* prev = consoleSelect(&topScreenLog);
|
|
||||||
printf("filenum: %d, from: %d\n", fileNum, from);
|
|
||||||
consoleSelect(prev);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* After 1000ms, update playback time. */
|
/* After 1000ms, update playback time. */
|
||||||
|
|||||||
Reference in New Issue
Block a user