r26379@plastic: rob | 2007-05-13 21:10:40 +1000
commitf01dd57c918f324bb8bb2786cf46bcaf18c68e31
authorrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 13 May 2007 11:12:56 +0000 (13 11:12 +0000)
committerrob <rob@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 13 May 2007 11:12:56 +0000 (13 11:12 +0000)
tree05ada7f6b67eb46d2a6f28db5fcbabd171643e23
parent4edffb17973513d81087d96e17a474698c9022fc
 r26379@plastic:  rob | 2007-05-13 21:10:40 +1000
 Fixed StartNotify/EndNotify to work the same as under AOS - DOS fills in
 nr_FullName, and handlers use that and don't look at nr_Name (which isn't
 guaranteed to exist).

 Our RAM: handler used nr_Name (bad) and trampled nr_FullName (also bad), so
 thats been fixed too.

 Also added a tiny notification test program.

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@26055 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/dos/endnotify.c
rom/dos/startnotify.c
test/mmakefile.src
test/notify.c [new file with mode: 0644]
workbench/devs/ram_handler/ram_handler.c