comparison common-algo.c @ 165:0cfba3034be5

Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
author Matt Johnston <matt@ucc.asn.au>
date Sun, 02 Jan 2005 20:25:56 +0000
parents 82fcf3185616
children e972be139cb5
comparison
equal deleted inserted replaced
161:b9d3f725e00b 165:0cfba3034be5
200 pos += len; 200 pos += len;
201 } 201 }
202 } 202 }
203 str[pos]=0; 203 str[pos]=0;
204 /* Debug this */ 204 /* Debug this */
205 TRACE(("buf_put_algolist: %s", str)); 205 TRACE(("buf_put_algolist: %s", str))
206 buf_putstring(buf, str, pos); 206 buf_putstring(buf, str, pos);
207 } 207 }