/incron/trunk/CHANGELOG |
---|
1,3 → 1,7 |
0.2.3 2006-10-30 |
* problems with unwanted IN_NO_LOOP have been fixes (#0000097) |
0.2.2 2006-10-29 |
* based on inotify-cxx 0.5.0 |
* 'uncleaned children' bug has been fixed (#0000095) |
/incron/trunk/incrontab.cpp |
---|
76,7 → 76,8 |
rEntry.m_path = s1; |
rEntry.m_cmd = s3; |
rEntry.m_uMask = 0; |
rEntry.m_uMask = 0; |
rEntry.m_fNoLoop = false; |
if (sscanf(s2, "%lu", &u) == 1) { |
rEntry.m_uMask = (uint32_t) u; |