From 6d1026e524e0e1478df90e5ec63a6af8cc5d7b77 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 2 May 2010 16:03:46 +0200 Subject: [PATCH] tweak comments --- bacula/src/cats/sqlite.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacula/src/cats/sqlite.c b/bacula/src/cats/sqlite.c index c90195a35c..c3a1e5f960 100644 --- a/bacula/src/cats/sqlite.c +++ b/bacula/src/cats/sqlite.c @@ -337,7 +337,6 @@ db_escape_object(JCR *jcr, B_DB *db, char *old, int len) /* * Unescape binary object so that SQLIte is happy - * Memory is stored in B_DB struct, no need to free it * * TODO: need to be implemented (escape \0) */ -- 2.39.5