- Timestamp:
- 04/14/13 17:26:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilder.c
r15285 r15337 1811 1811 if (gi_NumConnect[b] >0 ) { 1812 1812 str[ik++] = '.'; 1813 report |= 1<<ib;1813 report |= ((uint64_t)1)<<ib; 1814 1814 } else { 1815 1815 str[ik++] = 'x'; … … 2632 2632 if (runIdFound == 0) 2633 2633 { 2634 snprintf(str, MXSTR, "An Active run (number %u d) has been registered, but it could not be found in the runs list", actrun);2634 snprintf(str, MXSTR, "An Active run (number %u) has been registered, but it could not be found in the runs list", actrun); 2635 2635 factOut(kInfo, 000, str); 2636 2636 }
Note:
See TracChangeset
for help on using the changeset viewer.