Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3565b6

Browse filesBrowse files
authored
Increment string length
1 parent 591f63b commit f3565b6
Copy full SHA for f3565b6

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎SingleFile/sf.c

Copy file name to clipboardExpand all lines: SingleFile/sf.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BOOL APIENTRY DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) {
5151
if (dwReason == DLL_PROCESS_ATTACH) {
5252
AllocConsole();
5353
SetConsoleTitleA("SingleFile");
54-
WriteConsoleA(GetStdHandle((ULONG32)-11), "SingleFile v2.0 Alpha Loaded\n", 28, NULL, NULL);
54+
WriteConsoleA(GetStdHandle((ULONG32)-11), "SingleFile v2.0 Alpha Loaded\n", 29, NULL, NULL);
5555
Surface = CreateInterface(GetModuleHandleA("vguimatsurface.dll"), "VGUI_Surface031");
5656
Panel = CreateInterface(GetModuleHandleA("vgui2.dll"), "VGUI_Panel009");
5757
MenuX = 200; MenuY = 200;
@@ -60,4 +60,4 @@ BOOL APIENTRY DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) {
6060
MH_EnableHook(NULL);
6161
}
6262
return TRUE;
63-
}
63+
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.