| 1039:6691e007cef7 | 1040:473d8cb58a6c |
|---|---|
| 184 } | 184 } |
| 185 } | 185 } |
| 186 | 186 |
| 187 cxmutstr url; | 187 cxmutstr url; |
| 188 if(add_separator) { | 188 if(add_separator) { |
| 189 url = cx_strcat(3, base, cx_str("/"), path); | 189 url = cx_strcat(CX_NULLSTR, 3, base, cx_str("/"), path); |
| 190 } else { | 190 } else { |
| 191 url = cx_strcat(2, base, path); | 191 url = cx_strcat(CX_NULLSTR, 2, base, path); |
| 192 } | 192 } |
| 193 | 193 |
| 194 return url; | 194 return url; |
| 195 } | 195 } |
| 196 | 196 |