From: Carl N Baldwin <cnb@plane.(none)>
Date: Tue, 18 Oct 2005 03:16:36 +0000 (-0600)
Subject: Routine commit
X-Git-Tag: release-0.4~99
X-Git-Url: http://git.pippins.net/%27%20.%20%24this-%3Ephpgw_js_url%20.%20%27/jscalendar/%7Bdone_action%7D?a=commitdiff_plain;h=d3e898110e4447861a65df171c2afbbb9c199a88;p=backups%2F.git

Routine commit
---

diff --git a/main.cc b/main.cc
index 9224f00..b532f48 100644
--- a/main.cc
+++ b/main.cc
@@ -122,6 +122,7 @@ int main() {
   // Now, sort the non-backed-up list my last_backup_date and back-fill
 
   // Remove deleted files from the database.
+  // TODO CNB You were working in here.
   const char *delete_sql = "delete from filedata where filename = :filename";
   sqlite3_stmt *ppStmt;