Routine commit
authorCarl N Baldwin <cnb@plane.(none)>
Tue, 18 Oct 2005 03:16:36 +0000 (21:16 -0600)
committerCarl N Baldwin <cnb@plane.(none)>
Tue, 18 Oct 2005 03:16:36 +0000 (21:16 -0600)
main.cc

diff --git a/main.cc b/main.cc
index 9224f00747b7318796c13829ad0504751d79e33e..b532f48d1061901e0d2d13e4d2064b1278c19c40 100644 (file)
--- 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;