File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3280,9 +3280,9 @@ You don't have to know if memory was allocated or not. Just call C<Safefree>
3280
3280
unconditionally. C<free_me> will contain a suitable value to pass to
3281
3281
C<Safefree> for it to do the right thing, regardless.
3282
3282
3283
- Upon return, the number of variants in the string can be computed by
3284
- having saved the value of C<*lenp> before the call, and subtracting it from the
3285
- after-call value of C<*lenp>.
3283
+ Upon return, the number of variants in the string can be computed by having
3284
+ saved the value of C<*lenp> before the call, and subtracting the after-call
3285
+ value of C<*lenp> from it .
3286
3286
3287
3287
If you want to convert to UTF-8 from encodings other than the native (Latin1 or
3288
3288
EBCDIC), see L</sv_recode_to_utf8>().
You can’t perform that action at this time.
0 commit comments