Merge pull request #1416 from admshao/cleanup-macro-declaration

Cleanup Compilation warnings
This commit is contained in:
Jim
2018-09-07 00:51:58 -07:00
committed by GitHub
4 changed files with 35 additions and 13 deletions

View File

@@ -143,7 +143,7 @@ static bool GetProfileName(QWidget *parent, std::string &name,
static bool CopyProfile(const char *fromPartial, const char *to)
{
os_glob_t *glob;
char path[512];
char path[514];
char dir[512];
int ret;