Bug in RegKeyAbstract>>privateCreateKey:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug in RegKeyAbstract>>privateCreateKey:

RT Happe-2
In Dolphin 5.1.3, the method RegKeyAbstract>>privateCreateKey: throws
an Error
     Win32Error signal: dwErr
which should probably be something like
    Win32Error signal: '' with: dwErr.
(Win32Error class discards the String arg to #signal:with:)

rt happe


Reply | Threaded
Open this post in threaded view
|

Re: Bug in RegKeyAbstract>>privateCreateKey:

Blair McGlashan-3
"RT Happe" <[hidden email]> wrote in message
news:40ffa1d6$0$13067$[hidden email]...
> In Dolphin 5.1.3, the method RegKeyAbstract>>privateCreateKey: throws
> an Error
>      Win32Error signal: dwErr
> which should probably be something like
>     Win32Error signal: '' with: dwErr.
> (Win32Error class discards the String arg to #signal:with:)

Thanks, recorded as #1589 for patching in 5.1.5. The method should be using
#signalWith:.

Regards

Blair