Show
Ignore:
Timestamp:
08/08/08 23:17:17 (4 years ago)
Author:
mwhitworth
Message:

Add support for enumerating a keyset, add comments and error checking.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/user/system/registry/file.c

    r839 r844  
    11#include "file.h" 
    22 
     3#include <file.h> 
    34#include <stdlib.h> 
    45 
     
    9798                                if (!mount) 
    9899                                { 
    99                                         printf("RegServer: mounting at %s\n", value); 
    100                                         mount=RegKeySetCreate(0, value); 
     100//                                      printf("RegServer: mounting at %s\n", value); 
     101                                        RegKeySetCreate(0, value); 
     102                                        mount=RegKeySetGet(value); 
    101103                                } 
    102104                        }