mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-08-28 14:06:37 +00:00
Further refactoring of OSCViewer.
Replace every strcat() call with a strncat() call.
This commit is contained in:
+14
-197
File diff suppressed because it is too large
Load Diff
@@ -25,8 +25,6 @@
|
||||
#define gettext_noop(str) (str)
|
||||
#define N_(str) gettext_noop(str)
|
||||
|
||||
char program_title[256];
|
||||
|
||||
#define BLACK 0x000000 // (0,0,0)
|
||||
#define WHITE 0xFFFFFF // (255,255,255)
|
||||
#define RED 0xFF0000 // (255,0,0)
|
||||
|
||||
Reference in New Issue
Block a user