shithub: ft²

Download patch

ref: 6c8e39b0a28b7617df5bf434c363b27254b68a3c
parent: bf4b994a53c1750821b54e1ecdcb0dc3cf9289d7
author: Olav Sørensen <olav.sorensen@live.no>
date: Sat Jul 19 14:47:43 EDT 2025

Update ft2hlp_to_h

--- a/src/helpdata/code/ft2hlp_to_h.c
+++ b/src/helpdata/code/ft2hlp_to_h.c
@@ -26,8 +26,6 @@
 	uint32_t textLen, fileSize, currLine, totalCharLen;
 	FILE *fIn, *fOut;
 
-	printf("ft2hlp_to_h - by 8bitbubsy\n");
-
 #ifndef _DEBUG
 	if (argc != 2)
 	{
@@ -81,7 +79,7 @@
 	{
 		if (!strncmp(textPtr, "END", 3) && totalCharLen >= fileSize-(3+2))
 		{
-			/* we reached the final END */
+			// we reached the final END
 			fputc(3, fOut);
 			fprintf(fOut, "END");
 			break;
binary files a/src/helpdata/ft2hlp_to_h.exe b/src/helpdata/ft2hlp_to_h.exe differ
--