summaryrefslogtreecommitdiff
path: root/stfl-example-dir.patch
diff options
context:
space:
mode:
authorZsolt Udvari2009-10-10 07:30:11 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit295e992eb03d2620a597e608284754a2b05eca21 (patch)
tree199c512db7c2ae12153b8b8f9f4c9aeb0fdeca34 /stfl-example-dir.patch
parentd04072b0bbb92bc18e9a8f306edc009f37ca693b (diff)
downloadstfl-295e992eb03d2620a597e608284754a2b05eca21.zip
stfl-295e992eb03d2620a597e608284754a2b05eca21.tar.gz
- initial
Changed files: stfl-example-dir.patch -> 1.1
Diffstat (limited to 'stfl-example-dir.patch')
-rw-r--r--stfl-example-dir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/stfl-example-dir.patch b/stfl-example-dir.patch
new file mode 100644
index 0000000..0abdd89
--- /dev/null
+++ b/stfl-example-dir.patch
@@ -0,0 +1,11 @@
+--- stfl-0.21/example.c~ 2007-07-24 13:54:01.000000000 +0200
++++ stfl-0.21/example.c 2009-10-10 09:14:10.074367377 +0200
+@@ -35,7 +35,7 @@
+ fprintf(stderr, "WARING: Can't set locale!\n");
+
+ struct stfl_ipool *ipool = stfl_ipool_create(nl_langinfo(CODESET));
+- struct stfl_form *f = stfl_create(L"<example.stfl>");
++ struct stfl_form *f = stfl_create(L"</usr/src/examples/stfl-0.21/example.stfl>");
+
+ stfl_set(f, L"value_a", L"This is a little");
+ stfl_set(f, L"value_b", stfl_ipool_towc(ipool, "test for STFL!"));