summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-11-13 07:57:41 +0000
committerAkira TAGOH <akira@tagoh.org>2006-11-13 07:57:41 +0000
commit3051d4f7c70ed4c5b7ec594f620a51ab35666eec (patch)
tree243fbb9d86591907d2190131bd494843092ffcf4
parent805ca4c1bf8d2bb29eba311dfad4bfca9f4cf5b9 (diff)
* hieroglyph/operator.c (_hg_operator_op_arc): fix a typo.
-rw-r--r--ChangeLog2
-rw-r--r--hieroglyph/operator.c2
-rw-r--r--hieroglyph/version.h.in2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 38432d6..74b4165 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-11-13 Akira TAGOH <at@gclab.org>
+ * hieroglyph/operator.c (_hg_operator_op_arc): fix a typo.
+
* hieroglyph/hgfile.c (hg_file_object_ungetc): improve dealing with
ungetc.
diff --git a/hieroglyph/operator.c b/hieroglyph/operator.c
index f1aa6db..214096b 100644
--- a/hieroglyph/operator.c
+++ b/hieroglyph/operator.c
@@ -793,7 +793,7 @@ G_STMT_START
while (1) {
if (depth < 5) {
- _hg_operator_set_error(vm, op, VM_e_VMerror);
+ _hg_operator_set_error(vm, op, VM_e_stackunderflow);
break;
}
nangle2 = hg_stack_index(ostack, 0);
diff --git a/hieroglyph/version.h.in b/hieroglyph/version.h.in
index 487f3f4..7d2d5e3 100644
--- a/hieroglyph/version.h.in
+++ b/hieroglyph/version.h.in
@@ -29,7 +29,7 @@
G_BEGIN_DECLS
#define HIEROGLYPH_VERSION "@VERSION@"
-#define HIEROGLYPH_UUID "52e32977-ae10-4783-96d7-88ff92aa1308"
+#define HIEROGLYPH_UUID "4421ead2-d773-4522-934f-f332a4600589"
const char *__hg_rcsid G_GNUC_UNUSED = "$Rev$";