AcessNative - Now can use the `dir` CLIShell builtin
[tpg/acess2.git] / AcessNative / ld-acess_src / syscalls.c
index 7bb3b03..c8348f5 100644 (file)
@@ -29,11 +29,13 @@ const char *ReadEntry(tRequestValue *Dest, void *DataDest, void **PtrDest, const
         int    direction = 0;  // 0: Invalid, 1: Out, 2: In, 3: Out
        char    *str;
         int    len;
-       
+
        // Eat whitespace
        while(*ArgTypes && *ArgTypes == ' ')    ArgTypes ++;
        if( *ArgTypes == '\0' ) return ArgTypes;
        
+//     DEBUG("ArgTypes = '%s'", ArgTypes);
+       
        // Get direction
        switch(*ArgTypes)
        {

UCC git Repository :: git.ucc.asn.au