Changeset 39797 for titan/titan/record.h
- Timestamp:
- 01/21/17 18:54:34 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/record.h
r36013 r39797 332 332 status.playing = 0; 333 333 else 334 { 335 status.recchnode[status.recording] = NULL; 334 336 status.recording--; 337 } 335 338 336 339 deltranspondertunablestatus(); … … 1411 1414 { 1412 1415 status.recording++; 1416 status.recchnode[status.recording] = chnode; 1413 1417 servicenode->recname = ostrcat(filename, NULL, 0, 0); 1414 1418 if(VFD_Recordthread == NULL && getconfigint("vfdisplayrecord", NULL) != 0)
Note: See TracChangeset
for help on using the changeset viewer.