Skip to content

Commit 8c7a4ef

Browse files
committed
Fix C++23 error
1 parent 8b0955c commit 8c7a4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deus-console.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class IDeusConsoleManager {
206206
if (it != this->helpTable.end()) {
207207
return it->second.c_str();
208208
}
209-
return nullptr;
209+
return "";
210210
}
211211

212212
// Checks whether a variable with that name exists in the table

0 commit comments

Comments
 (0)