Bug in RegKeyAbstract>>privateCreateKey:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message 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