Space saving

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@772 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-08-28 14:58:32 +00:00
parent 35b0ac5cb0
commit 9355921c41

View file

@ -464,7 +464,7 @@ void NSISCALL process_string(char *out, const char *in)
switch (nVarIdx) // The order of this list must match that in ..\strlist.cpp (err, build.cpp -J)
{
case VAR_CODES_START + 0: // HWNDPARENT
wsprintf(out, "%u", (unsigned int)g_hwnd);
myitoa(out, (unsigned int)g_hwnd);
break;
case VAR_CODES_START + 1: // 0
case VAR_CODES_START + 2: // 1
@ -494,7 +494,7 @@ void NSISCALL process_string(char *out, const char *in)
break;
case VAR_CODES_START + 25: // LANGUAGE
wsprintf(out, "%u", cur_common_strings_table->lang_id);
myitoa(out, cur_common_strings_table->lang_id);
break;
case VAR_CODES_START + 26: // PROGRAMFILES