We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c6206 commit 4b09481Copy full SHA for 4b09481
pyracf/common/irrsmo00.c
@@ -14,7 +14,7 @@ typedef struct {
14
} VarStr_T;
15
16
// 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
+// This is a workaround for an issue where profile data embedded in response xml
18
// returned by IRROSMO00 sometimes includes null characters instead of properly
19
// encoded text, which causes the returned xml to be truncated.
20
void null_byte_fix(char* str, unsigned int str_len) {
0 commit comments