Re: More Printing woes

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Thu,  3 Apr 2003 23:15:42 +0000, Brian Broker <bkb at cnw.com> wrote:

>
> Derek,
>
> This is how it looks now:
>
> function myAllocate(integer pSize)
> atom lAddr
> atom lPreSize       integer lMemSize
>
> lAddr = allocate(pSize)
> mem_set(lAddr, pSize, 0)
> return lAddr
>
> -- old junk snipped --
>
> end function
>
>
> You are saying it could/should look like this?
>
> function myAllocate(integer pSize)
> atom lAddr
>
> lAddr = allocate(pSize)
> mem_set(lAddr, 0, pSize)
> return lAddr
> end function
>
> -- Brian
>
Thanks mate, of course, I've got v0.58.4 on my machine, haven't I - duhh!

The 0.58.3 version has a simplistic fix in it. v0.58.4 has a lot more 
protection built-in. Sorry got the confusion.

-- 

cheers,
Derek Parnell

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu