[gnome-commander/gcmd-1-3] Fixed problem #589108 (build error on openSUSE)
- From: Piotr Eljasiak <epiotr src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-commander/gcmd-1-3] Fixed problem #589108 (build error on openSUSE)
- Date: Mon, 20 Jul 2009 15:56:09 +0000 (UTC)
commit 8e6c27838414a777b40952c697908f48362d5faf
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Mon Jul 20 17:54:17 2009 +0200
Fixed problem #589108 (build error on openSUSE)
src/gnome-cmd-convert.cc | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-convert.cc b/src/gnome-cmd-convert.cc
index 3752175..38af334 100644
--- a/src/gnome-cmd-convert.cc
+++ b/src/gnome-cmd-convert.cc
@@ -243,6 +243,8 @@ gchar *gcmd_convert_sentence_case (gchar *string)
c == (gunichar) '"' || c == (gunichar) ':' || c == (gunichar) '.' ||
c == (gunichar) '`' || c == (gunichar) '-';
}
+
+ return string;
}
@@ -296,6 +298,8 @@ gchar *gcmd_convert_initial_caps (gchar *string)
i = word;
}
+
+ return string;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]