fix sorting bug
This commit is contained in:
parent
8740f23c0a
commit
7279afeb4c
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@ int main(int argc, char *argv[]) {
|
|||
uintptr_t result;
|
||||
hashmap_get(elements, command_re, strlen(command_re), &result);
|
||||
|
||||
printf("%s\n",command_re);
|
||||
|
||||
if (result == 0) {
|
||||
printf("You didn't make anything.\n");
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue