Skip to content
Snippets Groups Projects
Commit 7a8a6780 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

be able to be negative at cname.name

parent 88c95544
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ typedef struct sv_name_s sv_name_t, *sv_name_t_ref ;
struct sv_name_s
{
int itype ;/**int type =30->classic,31->bundle,32->longrun,33->oneshot*/
unsigned int name ;//pos in keep
int name ;//pos in keep
unsigned int description ;//pos in keep
unsigned int idga ; //pos in genalloc gadeps
unsigned int nga ; //len of idga in genalloc gadeps
......@@ -185,7 +185,7 @@ struct sv_alltype_s
#define SV_NAME_ZERO \
{ \
-1 ,\
0 ,\
-1 ,\
0 ,\
0 ,\
0 ,\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment