We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd62391 commit 2d87615Copy full SHA for 2d87615
1 file changed
cups/globals.c
@@ -172,7 +172,7 @@ cups_globals_alloc(void)
172
DWORD size; // Size of string
173
static char installdir[1024] = "", // Install directory
174
userconfig[1024] = "", // User configuration directory
175
- sysconf[1024] = ""; // Server configuration directory
+ sysconfig[1024] = ""; // Server configuration directory
176
#endif // _WIN32
177
178
@@ -252,7 +252,7 @@ cups_globals_alloc(void)
252
{
253
const char *userprofile = getenv("USERPROFILE");
254
// User profile (home) directory
255
- char *homeptr; // Pointer into homedir
+ char *userptr; // Pointer into user profile
256
257
DEBUG_printf(("cups_globals_alloc: USERPROFILE=\"%s\"", userprofile));
258
0 commit comments