You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/common.h
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ extern "C" {
31
31
"Please do not compile this with a lslboost version older than 1.45 because the library would otherwise not be protocol-compatible with builds using other versions."
32
32
#endif
33
33
34
-
externchar last_error[512];
34
+
externthread_localchar last_error[512];
35
35
36
36
// the highest supported protocol version
37
37
// * 100 is the original version, supported by library versions 1.00+
0 commit comments