Skip to content

Commit

Permalink
Add missing $ in modland.com cachedir dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mywave82 committed Dec 31, 2024
1 parent afbb1df commit d8b3032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesel/modland.com/modland-com-cachedir.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void modland_com_cachedir_Draw (

mlTop++;

console->DisplayPrintf (mlTop++, mlLeft, 0x09, mlWidth, " (%.2o%c%.9o) " "%*.*o" "TEMP" DIRSEPARATOR "modland.com" "%0.7o (might not be system uniqe and writable)",
console->DisplayPrintf (mlTop++, mlLeft, 0x09, mlWidth, " (%.2o%c%.9o) " "%*.*o" "$TEMP" DIRSEPARATOR "modland.com" "%0.7o (might not be system uniqe and writable)",
(3==origselected) ? '*' : ' ',
(3==selected) ? 7 : 0,
(3==selected) ? 1 : 3);
Expand Down

0 comments on commit d8b3032

Please sign in to comment.