IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2005, 3:38:00 PM (21 years ago)
Author:
jhoblitt
Message:

remove unnecessary casts

File:
1 edited

Legend:

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

    r4508 r4509  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.14 2005-07-08 01:33:56 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.15 2005-07-08 01:38:00 jhoblitt Exp $
    77 */
    88
     
    153153    char            **locations;
    154154
    155     if (nebFindInstances(server, (char *)key, NULL, &locations) < 2) {
     155    if (nebFindInstances(server, key, NULL, &locations) < 2) {
    156156        fprintf(stderr, "can not cull - not enough instances");
    157157
     
    218218    char            *filename;
    219219   
    220     if (nebFindInstances(server, (char *)key, NULL, &locations) < 0) {
     220    if (nebFindInstances(server, key, NULL, &locations) < 0) {
    221221        nebSetErr(server, "no instances found");
    222222
     
    242242    int             fh;
    243243
    244     if (nebFindInstances(server, (char *)key, NULL, &locations) < 0) {
     244    if (nebFindInstances(server, key, NULL, &locations) < 0) {
    245245        fprintf(stderr, "no instances found\n");
    246246
     
    277277    int             i;
    278278
    279     n = nebFindInstances(server, (char *)key, NULL, &locations);
     279    n = nebFindInstances(server, key, NULL, &locations);
    280280
    281281    if (n < 0) {
Note: See TracChangeset for help on using the changeset viewer.