By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 813
Collapse All | Expand All

(-)tdelibs/kinit/lnusertemp.c (+4 lines)
Lines 248-253 Link Here
248
  tmp = getenv("TDETMP");
248
  tmp = getenv("TDETMP");
249
  if (!tmp || !tmp[0])
249
  if (!tmp || !tmp[0])
250
    tmp = getenv("TMPDIR");
250
    tmp = getenv("TMPDIR");
251
  if (!tmp || !tmp[0])
252
    tmp = getenv("TEMP");
253
  if (!tmp || !tmp[0])
254
    tmp = getenv("TMP");
251
  if (!tmp || !tmp[0]) 
255
  if (!tmp || !tmp[0]) 
252
    tmp = "/tmp";
256
    tmp = "/tmp";
253
257

Return to bug 813