Changeset 844 for Whitix/trunk/user/system/registry/file.c
- Timestamp:
- 08/08/08 23:17:17 (4 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/user/system/registry/file.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/system/registry/file.c
r839 r844 1 1 #include "file.h" 2 2 3 #include <file.h> 3 4 #include <stdlib.h> 4 5 … … 97 98 if (!mount) 98 99 { 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); 101 103 } 102 104 }
