Differences From Artifact [b37c6fcf9d]:
- File src/finfo.c — part of check-in [0a7e326fa4] at 2014-10-20 15:01:36 on branch compile-time-print-checking — Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. (user: drh size: 17553) [more...]
To Artifact [25824b7234]:
- File src/finfo.c — part of check-in [1d7620999a] at 2014-11-26 17:36:24 on branch DBP-workflow — Identify unpublished (private) artifacts on timelines and in artifact descriptions. (user: drh size: 17583) [more...]
| ︙ | |||
493 494 495 496 497 498 499 500 501 502 503 504 505 506 | 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 | + |
int srcid = db_int(0, "SELECT srcid FROM delta WHERE rid=%d", frid);
int sz = db_int(0, "SELECT length(content) FROM blob WHERE rid=%d", frid);
@ <br>fid=%d(frid) pid=%d(fpid) mid=%d(fmid) sz=%d(sz)
if( srcid ){
@ srcid=%d(srcid)
}
}
tag_private_status(frid);
@ </td></tr>
}
db_finalize(&q);
if( pGraph ){
graph_finish(pGraph, 0);
if( pGraph->nErr ){
graph_free(pGraph);
|
| ︙ |