Further refactoring of OSCViewer.

Replace every strcat() call with a strncat() call.
This commit is contained in:
Julian Frohmüller
2022-11-30 12:15:06 +01:00
parent a0c76c86bb
commit e515f04f5a
2 changed files with 14 additions and 199 deletions
+14 -197
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -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)