View | Details | Raw Unified | Return to bug 46091
Collapse All | Expand All

(-)knowit/notes.cpp (-6 / +7 lines)
Lines 80-91 Link Here
80
   if (!changed) qWarning("Internal error: change note\n");
80
   if (!changed) {
81
   else {
81
     qWarning("Internal error: change note\n");
82
      bool change = changed->change(s);
82
     return false;
83
      modified = modified or change;
83
   }
84
      return change;
84
   if (changed->change(s)) {
85
      }
85
     return modified = true;
86
   }
86
 (set 20 02 12 08 02 18 14 'deskutils/knowit/files/patch-knowit-notes.cpp'; eval "$shar_touch") &&
87
 (set 20 02 12 08 02 18 14 'deskutils/knowit/files/patch-knowit-notes.cpp'; eval "$shar_touch") &&
87
 chmod 0644 'deskutils/knowit/files/patch-knowit-notes.cpp' ||
88
 chmod 0644 'deskutils/knowit/files/patch-knowit-notes.cpp' ||
88
 $echo 'restore of' 'deskutils/knowit/files/patch-knowit-notes.cpp' 'failed'
89
 $echo 'restore of' 'deskutils/knowit/files/patch-knowit-notes.cpp' 'failed'
89
 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
90
 if ( md5sum --help 2>&1 | grep 'sage: md5sum \[' ) >/dev/null 2>&1 \
90
 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
91
 && ( md5sum --version 2>&1 | grep -v 'textutils 1.12' ) >/dev/null; then
91
   md5sum -c << SHAR_EOF >/dev/null 2>&1 \
92
   md5sum -c << SHAR_EOF >/dev/null 2>&1 \
92
   || $echo 'deskutils/knowit/files/patch-knowit-notes.cpp:' 'MD5 check failed'
93
   || $echo 'deskutils/knowit/files/patch-knowit-notes.cpp:' 'MD5 check failed'
93
 else
94
 else
94
   shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'deskutils/knowit/files/patch-knowit-notes.cpp'`"
95
   shar_count="`LC_ALL= LC_CTYPE= LANG= wc -c < 'deskutils/knowit/files/patch-knowit-notes.cpp'`"
95
   test 593 -eq "$shar_count" ||
96
   test 593 -eq "$shar_count" ||
96
   $echo 'deskutils/knowit/files/patch-knowit-notes.cpp:' 'original size' '593,' 'current size' "$shar_count!"
97
   $echo 'deskutils/knowit/files/patch-knowit-notes.cpp:' 'original size' '593,' 'current size' "$shar_count!"
97
 fi
98
 fi

Return to bug 46091