Changeset 21534


Ignore:
Timestamp:
Dec 23, 2010, 4:15:43 AM (14 years ago)
Author:
dmik
Message:

regapi.exe: Fixed string concatenation with '\'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/regedit/regapi.c

    r21531 r21534  
    11171117    }
    11181118
    1119           strcat(stdInput,nextLine+2);
     1119          strcat(stdInput,nextLine);
    11201120      }
    11211121    }
Note: See TracChangeset for help on using the changeset viewer.