From d3e898110e4447861a65df171c2afbbb9c199a88 Mon Sep 17 00:00:00 2001
From: Carl N Baldwin <cnb@plane.(none)>
Date: Mon, 17 Oct 2005 21:16:36 -0600
Subject: [PATCH] Routine commit

---
 main.cc | 1 +
 1 file changed, 1 insertion(+)

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;
 
-- 
2.34.1