We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a096e1a commit c7b8099Copy full SHA for c7b8099
code/logic/network.c
@@ -44,6 +44,7 @@ struct fossil_nstream_t {
44
45
static char fossil_last_error[256] = {0};
46
47
+
48
static void fossil_set_last_error(const char *msg) {
49
snprintf(fossil_last_error, sizeof(fossil_last_error), "%s", msg);
50
}
0 commit comments