Displaying 2 results from an estimated 2 matches for "init_map".
Did you mean:
init_mmap
2009 Aug 22
1
map.onLoadMap?
Hi,
I use a bing map via mapstraction in worpdress. It works for all
browsers exept the Internet Explorer. With IE I get an HTML parsing
error, because the map is not loaded completely. Is there a possibility
to use something like this: "map.onLoadMap"? This would prevent the
error, but I don''t find such a function in mapstraction.
Greetings,
frest
PS:
2012 Aug 02
1
[PATCH] fix typo in comment
...m>
---
com32/mboot/mboot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/com32/mboot/mboot.c b/com32/mboot/mboot.c
index 35450e0..10e6701 100644
--- a/com32/mboot/mboot.c
+++ b/com32/mboot/mboot.c
@@ -198,7 +198,7 @@ int main(int argc, char *argv[])
}
if (init_map())
- return 1; /* Failed to allocate intitial map */
+ return 1; /* Failed to allocate initial map */
/*
* Map the primary image. This should be done before mapping
anything
--
1.7.5.4