Skip to content

Commit 4b09481

Browse files
committed
Cleanup.
Signed-off-by: Leonard Carcaramo <lcarcaramo@ibm.com>
1 parent 48c6206 commit 4b09481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyracf/common/irrsmo00.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ typedef struct {
1414
} VarStr_T;
1515

1616
// This function changes any null character not preceded by '>' to a blank character.
17-
// This is a workaround for an issue where the profile data embedded in response xml
17+
// This is a workaround for an issue where profile data embedded in response xml
1818
// returned by IRROSMO00 sometimes includes null characters instead of properly
1919
// encoded text, which causes the returned xml to be truncated.
2020
void null_byte_fix(char* str, unsigned int str_len) {

0 commit comments

Comments
 (0)