ui/motif/pathbar.c

changeset 118
6d0da97105d8
parent 117
b174e721663e
equal deleted inserted replaced
117:b174e721663e 118:6d0da97105d8
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

mercurial