projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b883a51
)
Update the descriptor format string to "v0.2".
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Fri, 20 Jul 2007 17:20:58 +0000
(10:20 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Fri, 20 Jul 2007 17:20:58 +0000
(10:20 -0700)
The introduction of octal probably makes this fair.
scandir.cc
patch
|
blob
|
history
diff --git
a/scandir.cc
b/scandir.cc
index
f5ab2b6
..
325a7c9
100644
(file)
--- a/
scandir.cc
+++ b/
scandir.cc
@@
-723,7
+723,7
@@
int main(int argc, char *argv[])
desc_filename = desc_filename + desc_buf + ".lbs";
std::ofstream descriptor(desc_filename.c_str());
- descriptor << "Format: LBS Snapshot v0.
1
\n";
+ descriptor << "Format: LBS Snapshot v0.
2
\n";
descriptor << "Producer: LBS " << lbs_version << "\n";
strftime(desc_buf, sizeof(desc_buf), "%Y-%m-%d %H:%M:%S %z", &time_buf);
descriptor << "Date: " << desc_buf << "\n";