**** BEGIN LOGGING AT Sat Sep 24 02:59:58 2016 **** BEGIN LOGGING AT Sat Sep 24 03:36:57 2016 **** BEGIN LOGGING AT Sat Sep 24 03:47:32 2016 **** BEGIN LOGGING AT Sat Sep 24 04:18:25 2016 Sep 24 13:43:25 hi! I have one question about C and sequence points. Is this code fragmet correct? int arg1 = 10; int arg2 = 12; f1(f2(arg1, arg2), &arg2); Sep 24 13:43:59 or is there undefined behaviour because of arg2? Sep 24 13:44:13 only way to check is running it Sep 24 13:48:04 it gives me correct result (e.g. arg2 is modified after f2 finish) Sep 24 13:48:23 but I do not know if it is really correct or it is undefined behaviour Sep 24 13:48:24 try higher optimization flags too? Sep 24 13:48:38 same result Sep 24 13:49:12 add a WARN or CHECKME and go on Sep 24 16:13:20 this is, iirc, undefined Sep 24 16:16:24 so i wouldn't add any warnings, but instead call f2 above f1 and do it like int arg3 = f2(arg1, arg2); f1(arg3, &arg2); Sep 24 17:38:04 ~repos Sep 24 17:54:08 http://repository.maemo.org/pool/maemo5.0/free/d/dsme-thermalobject-surface/ <--- Sep 24 17:54:25 which repository should i have in order to pull that one automatically? :-/ Sep 24 17:56:44 500 http://repository.maemo.org fremantle/sdk/free Packages Sep 24 17:56:55 looks like a sdk package Sep 24 17:57:08 (for checking i've used apt-cache policy dsme-thermalobject-surface) Sep 24 17:57:36 what is it, what it does? Sep 24 17:59:49 i was just helping someone who needed it (he's installing thumb) .. in the process of helping, i actually found that apt-cache showpkg on my device does not take me to that one in the link Sep 24 17:59:57 i think i see my problem :-/ Sep 24 18:00:03 fremantle-1.3 Sep 24 18:00:40 keep in mind installing sdk packages on device might be bad idea Sep 24 18:01:08 that's a standard pkg actually. Sep 24 18:01:33 might be in nokia repo then Sep 24 18:01:36 http://wiki.maemo.org/Repository#List_of_Maemo_repositories Sep 24 18:01:53 i think it is used by bme Sep 24 18:02:12 http://maemo.muarf.org/apt-mirror/mirror/downloads.maemo.nokia.com/fremantle/ssu/mr0/ Sep 24 18:02:14 this one Sep 24 18:03:40 i have that one (actually all of them) Sep 24 18:03:54 http://maemo.muarf.org/apt-mirror/mirror/downloads.maemo.nokia.com/fremantle/ssu/mr0/dsme-thermalobject-surface_0.0.1+0m5_armel.deb Sep 24 18:04:08 do you? Sep 24 18:04:26 will remove the 1.3 from the maemo.org repo and see what difference it makes, if any Sep 24 18:05:15 sucks that we cannot edit catalogs, but must create new ones :( Sep 24 18:05:35 yeah, those hardcoded ones are sucky Sep 24 21:15:55 hmm Sep 24 21:16:12 anyone knows what's going on? Sep 24 21:38:06 Sicelo: massive DDoS Sep 25 02:15:58 Just wondering .. why would the clear plastic sheet behind the keypad go yellow? Sep 25 02:16:34 Leaving teh device open in the Sun? Sep 25 02:17:20 (to the point where the backlight is visibly yellow) Sep 25 02:17:55 moreso on the bottom (as in bottom row) of the keypad than the top. **** ENDING LOGGING AT Sun Sep 25 02:59:59 2016