~siretart/aspectc++/debian

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/src/PathManager.cc

  • Committer: Reinhard Tartler
  • Date: 2013-10-13 18:20:07 UTC
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: siretart@tauware.de-20131013182007-qc3ibv60inzzk8l4
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
352
352
    path[len+l] = '\0';
353
353
 
354
354
    // Read the attributes of the current entry.
355
 
    if (det == DET_NOT_IMPLEMENTED) {
 
355
    if (det == DET_NOT_IMPLEMENTED || det == DET_OTHER) {
356
356
      FileInfo fi;
357
357
      if (! SysCall::stat (path, fi, &err()))
358
358
        continue;