fixed hashtable

This commit is contained in:
Sven Vogel 2024-05-18 14:05:12 +02:00
parent 8894c6f842
commit e433421626
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ int main(int argc, char* argv[]) {
*index = i;
g_hash_table_insert(map, argv[i], &index);
g_hash_table_insert(map, argv[i], index);
}
for (int i = 0; i < argc; i++) {