summaryrefslogtreecommitdiff
path: root/libgphoto2/gphoto2-result.c
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-23 16:43:38 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-23 16:43:38 +0000
commit46555f851436764f203d2307711d4ca6900cdcb0 (patch)
tree7a702d53537a748effc77be5f1b0a8fe516b53c9 /libgphoto2/gphoto2-result.c
parent18ab02e76f160bbd7ce7b0dbed0bab6452b2613e (diff)
downloadlibgphoto2-46555f851436764f203d2307711d4ca6900cdcb0.tar.gz
2001-10-23 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* camlibs: Remove every reference to gp_camera_result_as_string including camera->functions->result_as_string. It was mostly unused anyways. * frontends/command-line/main.c: No history any more * libgphoto2/gphoto2-camera.[c,h] (gp_camera_[get,set]_error): New git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2701 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/gphoto2-result.c')
-rw-r--r--libgphoto2/gphoto2-result.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2/gphoto2-result.c b/libgphoto2/gphoto2-result.c
index 3f22b60c5..c3d102500 100644
--- a/libgphoto2/gphoto2-result.c
+++ b/libgphoto2/gphoto2-result.c
@@ -54,7 +54,7 @@ gp_result_as_string (int result)
if ((result <= 0) && (result >= -99))
return gp_port_result_as_string (result);
- /* Camlib error? You should have called gp_camera_result_as_string... */
+ /* Camlib error? */
if (result <= -1000)
return (N_("Unknown camera library error"));