This commit is contained in:
taiyu 2015-08-20 05:06:22 -07:00
parent f6e002fb8b
commit f5fde7c45c
9 changed files with 35 additions and 35 deletions

View file

@ -47,7 +47,7 @@ char *workspace_next_name(void) {
continue;
}
//Make sure that the workspace doesn't already exist
// Make sure that the workspace doesn't already exist
if (workspace_find_by_name(target)) {
list_free(args);
continue;