Changeset 2a301ff for libcfa/src/bits/debug.cfa
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- Branches:
- master
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/bits/debug.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/debug.cfa
r92355883 r2a301ff 10 10 // Created On : Thu Mar 30 12:30:01 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Apr 22 18:20:26 202213 // Update Count : 1 312 // Last Modified On : Sat Jul 22 08:17:27 2023 13 // Update Count : 14 14 14 // 15 15 … … 33 33 in_buffer += count; 34 34 35 for ( ;;) {35 for () { 36 36 retcode = write( fd, in_buffer, len - count ); 37 37
Note:
See TracChangeset
for help on using the changeset viewer.