IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2005, 4:43:38 PM (21 years ago)
Author:
jhoblitt
Message:

remove unneeded info fprint() from p_nebSetErr()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.c

    r4673 r4676  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.38 2005-07-29 23:19:30 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.39 2005-07-30 02:43:38 jhoblitt Exp $
    77 */
    88
     
    685685
    686686        // else: expand err_buf
    687         fprintf(stderr, "error buffer is too small, expanding\n");
    688 
    689687        // account for '\0'
    690688        server->err_buf_size = err_size + 1;
Note: See TracChangeset for help on using the changeset viewer.