X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=main.cc;h=b532f48d1061901e0d2d13e4d2064b1278c19c40;hb=d3e898110e4447861a65df171c2afbbb9c199a88;hp=9224f00747b7318796c13829ad0504751d79e33e;hpb=e0c6c331bc17ad8b85fd9db1be947a5c89064906;p=backups%2F.git 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;