Skip to content

Commit

Permalink
fix length increment on scape in text
Browse files Browse the repository at this point in the history
  • Loading branch information
Acrisio-Filho authored and jchv committed Feb 22, 2024
1 parent 7f70bdc commit ee56e4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hex.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void ParsePatch(LPCSTR lpszText, LPSTR *pDataOut, DWORD *pSizeOut) {
*outPos++ = (CHAR)(BYTE)hexOctetVal;
break;
case '\\':
(*pSizeOut)++;
*outPos++ = '\\';
break;
case '\0':
Expand Down

0 comments on commit ee56e4c

Please sign in to comment.