Revert previous checkin.

committer: mfx <mfx> 1139914479 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2006-02-14 10:54:39 +00:00
parent 452ac52fcb
commit 69eaaa4177
3 changed files with 6 additions and 9 deletions
+2
View File
@@ -128,6 +128,8 @@ static int hex(char c)
int Linker::addSection(const char *psect)
{
if (psect[0] == 0)
return olen;
char *begin = strdup(psect);
char *end = begin + strlen(begin);
for (char *sect = begin; sect < end; )