Merge pull request #12 from bitlinker/master

Update unpack-pbp.c
This commit is contained in:
artart78
2014-05-07 21:34:04 +02:00

View File

@@ -153,7 +153,7 @@ int main(int argc, char *argv[]) {
// Create the read buffer
buffer = malloc(maxbuffer);
if (buffer == NULL) {
printf("ERROR: Could not allocate the section data buffer. (%d)\n", readsize);
printf("ERROR: Could not allocate the section data buffer. (%d)\n", maxbuffer);
return -1;
}