qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: malc <malc@pulsesoft.com>
To: Peter Oberndorfer <kumbayo84@arcor.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: esd audio output patch and debuging.
Date: Mon, 4 Sep 2006 16:02:29 +0400 (MSD)	[thread overview]
Message-ID: <Pine.LNX.4.64.0609041601440.867@home.oyster.ru> (raw)
In-Reply-To: <200609041056.42244.kumbayo84@arcor.de>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 682 bytes --]

On Mon, 4 Sep 2006, Peter Oberndorfer wrote:

> On Monday 04 September 2006 00:33, malc wrote:
>> Frederick Reeve <cylix <at> solace.info> writes:
>>
>>>
>>> Hello.
>>>
>>
>> [..snip..]
>>
>      if (info->sign) {
> -        memset (buf, 0x00, len << info->shift);
> +        memset (buf, len << info->shift, 0x00);
>      }
>      else {
>          if (info->bits == 8) {
> -            memset (buf, 0x80, len << info->shift);
> +            memset (buf, len << info->shift, 0x80);
>          }
>
>
> This part looks wrong (swapped parameters)

Yes, that was fixed in CVS a while ago i just never updated my own
repository.

--
mailto:malc@pulsesoft.com

  parent reply	other threads:[~2006-09-04 12:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-03 22:33 [Qemu-devel] Re: esd audio output patch and debuging malc
2006-09-04  8:56 ` Peter Oberndorfer
2006-09-04 12:01   ` Christophe Fillot
2006-09-04 14:04     ` Peter Oberndorfer
2006-09-04 12:02   ` malc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-09-04  0:07 malc
2006-09-04  5:33 ` Frederick Reeve
2006-08-30 15:45 [Qemu-devel] " Frederick Reeve
2006-08-31 11:46 ` [Qemu-devel] " malc
2006-08-31 17:19   ` Leonardo E. Reiter
2006-09-01 19:02     ` malc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0609041601440.867@home.oyster.ru \
    --to=malc@pulsesoft.com \
    --cc=kumbayo84@arcor.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).