[BACK]Return to abuf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/abuf.c between version 1.27 and 1.28

version 1.27, 2015/11/09 14:44:23 version 1.28, 2016/01/10 11:06:44
Line 53 
Line 53 
 void  void
 abuf_done(struct abuf *buf)  abuf_done(struct abuf *buf)
 {  {
 #ifdef DEBUG  #ifdef DEBUG
         if (buf->used > 0) {          if (buf->used > 0) {
                 if (log_level >= 3) {                  if (log_level >= 3) {
                         log_puts("deleting non-empty buffer, used = ");                          log_puts("deleting non-empty buffer, used = ");

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28