1
0
Fork 0

Prevent empty property names

This commit is contained in:
Patryk Obara 2020-03-26 20:30:26 +01:00 committed by Patryk Obara
parent 4811193998
commit dbc77a6f1c
2 changed files with 8 additions and 18 deletions

View file

@ -22,6 +22,7 @@
#include "dosbox.h"
#include <algorithm>
#include <cassert>
#include <cstdio>
#include <ctype.h>
#include <string.h>