Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/geda/files/patch-libgeda__src__scheme_object.c
16461 views
1
--- libgeda/src/scheme_object.c.orig 2013-09-25 20:59:27 UTC
2
+++ libgeda/src/scheme_object.c
3
@@ -1986,8 +1986,8 @@ SCM_DEFINE (set_picture_x, "%set-picture
4
* \param filename_s New filename for \a obj_s.
5
* \return \a obj_s.
6
*/
7
-SCM_DEFINE (set_picture_data_vector_x, "%set-picture-data/vector!",
8
- 3, 0, 0, (SCM obj_s, SCM data_s, SCM filename_s),
9
+SCM_DEFINE (set_picture_data_vector_x, "%set-picture-data/vector!", 3, 0, 0,
10
+ (SCM obj_s, SCM data_s, SCM filename_s),
11
"Set a picture object's data from a vector.")
12
{
13
SCM vec_s = scm_any_to_s8vector (data_s);
14
15