fixed typo in strcpy() function call

This commit is contained in:
Andreas Steffen
2012-11-12 12:31:26 +01:00
parent 7d41e90846
commit a40372d82d
+1 -1
View File
@@ -294,7 +294,7 @@ METHOD(imv_state_t, get_remediation_instructions, bool,
enumerator->destroy(enumerator);
pos = this->instructions = malloc(len + 1);
strcopy(pos, *string);
strcpy(pos, *string);
pos += strlen(*string);
enumerator = this->bad_packages->create_enumerator(this->bad_packages);