fix: resolve null pointer exception in user profile image upload handler

This commit is contained in:
2024-12-08 19:32:40 +00:00
parent c52a18ee59
commit ddfb874189
4 changed files with 17 additions and 37 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ int is_keyboard(int fd) {
int main() {
db = sormc("tikker.db");
int db = sormc("tikker.db");
ulonglong times_repeated = 0;
ulonglong times_pressed = 0;