diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-29 10:14:24 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-29 10:14:24 +0800 |
commit | 354f8b2797819e0c6905fb2c0638c3a7d6e47385 (patch) | |
tree | 6ae75617100c401e974c0ea67303a064224e55b4 /print | |
parent | b4d6d487420d0e4b79b3915c8e966fb9f8ed7db0 (diff) | |
download | freebsd-ports-gnome-354f8b2797819e0c6905fb2c0638c3a7d6e47385.tar.gz freebsd-ports-gnome-354f8b2797819e0c6905fb2c0638c3a7d6e47385.tar.zst freebsd-ports-gnome-354f8b2797819e0c6905fb2c0638c3a7d6e47385.zip |
Update checksum
Noticed by: bento
Changes in tarball:
diff -r mup-4.6.old/mup/ytab.c mup-4.6.new/mup/ytab.c
1714c1714
< #line 4489 "gram.y"
---
> #line 4493 "gram.y"
5351c5351,5353
< Currstruct_p->u.bar_p->precbartype = yyvsp[-1].intval;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = yyvsp[-1].i
ntval;
> }
5358c5360,5362
< Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
---
> if (Currstruct_p != 0 && Currstruct_p->u.bar_p != 0) {
> Currstruct_p->u.bar_p->precbartype = SINGLEBAR;
> }
5364c5368
< #line 3602 "gram.y"
---
> #line 3606 "gram.y"
Diffstat (limited to 'print')
-rw-r--r-- | print/mup/distinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/mup/distinfo b/print/mup/distinfo index e357f54c0470..dda6cfed1c4b 100644 --- a/print/mup/distinfo +++ b/print/mup/distinfo @@ -1,2 +1,2 @@ -MD5 (mup46src.tar.gz) = bebaf6edee1ef3ee761f50b953e83c43 +MD5 (mup46src.tar.gz) = a4019542e0de5337240552adf5a56430 MD5 (mup46doc.tar.gz) = 4a912caac886bc4a6b1896fc8a1848cc |