# | Line 879 | Line 879 | begin | |
---|---|---|
879 | SPB := SPB + Char(isc_spb_current_version); | |
880 | { Iterate through the textual service parameters, constructing | |
881 | a SPB on-the-fly } | |
882 | + | if sl.Count > 0 then |
883 | for i := 0 to sl.Count - 1 do | |
884 | begin | |
885 | { Get the parameter's name and value from the list, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |