[almanah] trivial: Fixed a comment
- From: Álvaro Peña <alvaropg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] trivial: Fixed a comment
- Date: Thu, 11 Jun 2015 06:42:45 +0000 (UTC)
commit d3d64df335ff982ebf342fa6a10a18018f439aa8
Author: Álvaro Peña <alvaropg gmail com>
Date: Wed Jun 10 14:01:32 2015 +0200
trivial: Fixed a comment
src/vfs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vfs.c b/src/vfs.c
index d387c92..baee5d2 100644
--- a/src/vfs.c
+++ b/src/vfs.c
@@ -293,7 +293,7 @@ open_db_files (AlmanahSQLiteVFS *self, gboolean encrypting, CipherOperation *ope
return FALSE;
}
} else {
- /* Open the encrypted file */
+ /* Open the plain file */
operation->plain_io_channel = g_io_channel_new_file (self->plain_filename, encrypting ? "r" :
"w", &io_error);
if (operation->plain_io_channel == NULL) {
g_critical (_("Can't create a new GIOChannel for the plain database: %s"),
io_error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]