summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-09-24 23:06:41 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:55 +0200
commit1583d0f4b72a0098f523b791e509f6e7ba1a5e94 (patch)
treefb30ab1504f6b406e5bbe24a2e65cff4eeb418e3 /frontends
parent46f4ee02c931d476bad36a98d81d01023d8e7697 (diff)
downloadnetsurf-1583d0f4b72a0098f523b791e509f6e7ba1a5e94.tar.gz
netsurf-1583d0f4b72a0098f523b791e509f6e7ba1a5e94.tar.bz2
Set homepage to board login
Diffstat (limited to 'frontends')
-rw-r--r--frontends/kolibrios/fb/gui.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/kolibrios/fb/gui.c b/frontends/kolibrios/fb/gui.c
index d3a637918..765873ad9 100644
--- a/frontends/kolibrios/fb/gui.c
+++ b/frontends/kolibrios/fb/gui.c
@@ -489,7 +489,7 @@ process_cmdline(int argc, char** argv)
/* Remove me! */
/* feurl = "file:///usbhd0/1/bin/res/text.html"; */
- /* feurl = "http://board.kolibrios.org"; */
+ feurl = "http://board.kolibrios.org/ucp.php?mode=login";
/* NS on KolibriOS does not support option parsing (yet) */
@@ -2136,9 +2136,8 @@ int main(int argc, char** argv)
/* Initialize heap so that we can do memory allocations */
unsigned int heapsize = heap_init();
- debug_board_printf("--- [NETSURF] Initialized heap.\n");
+ debug_board_printf("--- [NETSURF] Initialized heap with size : %u.\n", heapsize);
assert(heapsize != 0);
-
/* fix args */
/* #define MKARGV(i,opt) argv[i] = (char *) malloc(strlen(opt) + 1); strcpy(argv[i], opt); */
/* #define ARGC 3 */