]> code.citadel.org Git - citadel.git/commit
Used a call to stat() instead of fseek()/ftell() to measure messages being
authorArt Cancro <ajc@citadel.org>
Fri, 24 Jul 1998 03:02:20 +0000 (03:02 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 24 Jul 1998 03:02:20 +0000 (03:02 +0000)
commitc52a43bda14fd3a1d4fd86e8ebc2028b66dae173
tree0bc4e38bb6f1fbb701c855ef6562e92c78e41053
parentf39e7d1c54a29f190fbf8b9d5a2358b320919075
 Used a call to stat() instead of fseek()/ftell() to measure messages being
saved.  This will eventually be replaced again when there are no temporary
files being used anymore.
citadel/msgbase.c