* int/emacs_int mixup in casefiddle.c casify_object
@ 2008-03-31 3:06 Glenn Morris
2008-03-31 13:52 ` Stefan Monnier
2008-04-01 6:02 ` Stefan Monnier
0 siblings, 2 replies; 4+ messages in thread
From: Glenn Morris @ 2008-03-31 3:06 UTC (permalink / raw)
To: emacs-devel
There's an int/emacs_int mixup in casify_object at casefiddle.c:131.
`len' as used by STRING_CHAR_AND_LENGTH is EMACS_INT, but string_char
as used by that macro expects an int for the third argument.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: int/emacs_int mixup in casefiddle.c casify_object
2008-03-31 3:06 int/emacs_int mixup in casefiddle.c casify_object Glenn Morris
@ 2008-03-31 13:52 ` Stefan Monnier
2008-03-31 17:16 ` Glenn Morris
2008-04-01 6:02 ` Stefan Monnier
1 sibling, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2008-03-31 13:52 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
> There's an int/emacs_int mixup in casify_object at casefiddle.c:131.
> `len' as used by STRING_CHAR_AND_LENGTH is EMACS_INT, but string_char
> as used by that macro expects an int for the third argument.
Feel free to fix it ;-)
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: int/emacs_int mixup in casefiddle.c casify_object
2008-03-31 13:52 ` Stefan Monnier
@ 2008-03-31 17:16 ` Glenn Morris
0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2008-03-31 17:16 UTC (permalink / raw)
To: Stefan Monnier; +Cc: emacs-devel
Stefan Monnier wrote:
> Feel free to fix it ;-)
I do feel free; I don't feel qualified. ;)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: int/emacs_int mixup in casefiddle.c casify_object
2008-03-31 3:06 int/emacs_int mixup in casefiddle.c casify_object Glenn Morris
2008-03-31 13:52 ` Stefan Monnier
@ 2008-04-01 6:02 ` Stefan Monnier
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2008-04-01 6:02 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
> There's an int/emacs_int mixup in casify_object at casefiddle.c:131.
> `len' as used by STRING_CHAR_AND_LENGTH is EMACS_INT, but string_char
> as used by that macro expects an int for the third argument.
I believe I've just fixed it,
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-01 6:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 3:06 int/emacs_int mixup in casefiddle.c casify_object Glenn Morris
2008-03-31 13:52 ` Stefan Monnier
2008-03-31 17:16 ` Glenn Morris
2008-04-01 6:02 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.