Ignore:
Timestamp:
Jun 12, 2015, 1:12:32 PM (9 years ago)
Author:
djay
Message:

Small fixes for building on GNU/Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zoo-project/zoo-kernel/server_internal.c

    r652 r653  
    3131#include <uuid/uuid.h>
    3232
     33/**
     34 * Detect WPS version used (1.0.0 or 2.0.0).
     35 *
     36 * @param version number as char* (1.0.0 or 2.0.0)
     37 * @return 0 in case of version 1.0.0, 1 for 2.0.0, -1 in other case
     38 */
    3339int getVersionId(const char* version){
    3440  int schemaId=0;
     
    3743      return schemaId;
    3844  }
    39   return 0;
     45  return -1;
    4046}
    4147
     
    5157  uuid_t uuid;
    5258  uuid_generate_time(uuid);
    53   char * rest;
     59  char rest[128];
    5460  uuid_unparse(uuid,rest);
    5561  sprintf(res,"%s", rest);
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png