Accidently didn't use reference but an ordinary variable - thanks to Marcus

for reading my commit and noticing! :-)
Using the test application I could have found that bug; that codepath is
currently not used in Haiku.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23801 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-01-31 22:49:11 +00:00
parent 3fa048c0a6
commit 0148fb2dbc
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ set_pci_mode()
status_t status_t
get_area_base_and_size(area_id area, addr_t base, size_t size) get_area_base_and_size(area_id area, addr_t &base, size_t &size)
{ {
area_info info; area_info info;
status_t status = get_area_info(area, &info); status_t status = get_area_info(area, &info);