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

typo fix

parent 73a14974
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,8 @@ ...@@ -41,7 +41,8 @@
#include <s6/s6-supervise.h>//s6_svc_ok #include <s6/s6-supervise.h>//s6_svc_ok
#include <stdio.h> //#include <stdio.h>
unsigned int VERBOSITY = 1 ; unsigned int VERBOSITY = 1 ;
static stralloc base = STRALLOC_ZERO ; static stralloc base = STRALLOC_ZERO ;
static stralloc live = STRALLOC_ZERO ; static stralloc live = STRALLOC_ZERO ;
......
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
#include <66/constants.h> #include <66/constants.h>
#include <66/db.h> #include <66/db.h>
#include <stdio.h> //#include <stdio.h>
#define USAGE "66-tree [ -h help ] [ -v verbosity ] [ -n new ] [ -a allow user,user,... ] [ -d deny user,user,... ] [ -c current ] [ -E enable ] [ -D disable ] [ -R remove ] [ -C clone ] tree" #define USAGE "66-tree [ -h help ] [ -v verbosity ] [ -n new ] [ -a allow user,user,... ] [ -d deny user,user,... ] [ -c current ] [ -E enable ] [ -D disable ] [ -R remove ] [ -C clone ] tree"
unsigned int VERBOSITY = 1 ; unsigned int VERBOSITY = 1 ;
......
...@@ -30,7 +30,7 @@ int db_ok(char const *livetree, char const *treename) ...@@ -30,7 +30,7 @@ int db_ok(char const *livetree, char const *treename)
sym[treelen] = '/' ; sym[treelen] = '/' ;
memcpy(sym + treelen + 1, treename,namelen) ; memcpy(sym + treelen + 1, treename,namelen) ;
sym[treelen + 1 + namelen] = 0 ; sym[treelen + 1 + namelen] = 0 ;
if(lstat(sym,&st) < 0) return 0 ; if(lstat(sym,&st) < 0) return 0 ;
if(!(S_ISLNK(st.st_mode))) if(!(S_ISLNK(st.st_mode)))
return 0 ; return 0 ;
......
...@@ -872,7 +872,7 @@ int keep_logger(sv_execlog *log,keynocheck *nocheck) ...@@ -872,7 +872,7 @@ int keep_logger(sv_execlog *log,keynocheck *nocheck)
r = get_enumbyid (nocheck->val.s,key_enum_el) ; r = get_enumbyid (nocheck->val.s,key_enum_el) ;
if (r < 0) if (r < 0)
{ {
VERBO3 parse_err(0,nocheck->idsec,TIMESTAMP) ; VERBO3 parse_err(0,nocheck->idsec,TIMESTP) ;
return 0 ; return 0 ;
} }
log->timestamp = r ; log->timestamp = r ;
......
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