This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
ftb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove npe when element not found
banana-cakes
FelixBrendel
6 years ago
parent
e782aa70b7
commit
dd7db5b330
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
hashmap.hpp
+ 0
- 1
hashmap.hpp
View File
@@ -89,7 +89,6 @@ struct Hash_Map {
if (index != -1) {
return data[index].object;
}
int a = *((int*)(nullptr));
return 0;
}
Write
Preview
Loading…
Cancel
Save