Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2015-11-23

00:01:41jtdesigns01okay. in this example http://pastebin.com/CBRdnffW what will "text" be in the function when it is called?
00:02:37jtdesigns01will it be a pointer to the text of something?
00:02:46[Franklin]yes
00:02:49 Quit xorly (Ping timeout: 250 seconds)
00:03:30jtdesigns01so how would i get the length of something?
00:03:39[Franklin]null-terminated
00:04:05jtdesigns01arg, i hate null termination
00:04:30[Franklin]rb->strlen(something)
00:04:54jtdesigns01no, from within the function
00:05:01jtdesigns01oh, not sizeof?
00:05:05[Franklin]no
00:05:32[Franklin]sizeof() within the function will be sizeof(char*)
00:05:36[Franklin]which is not what you want
00:05:49jtdesigns01cuz currntly sizeof(text) gives me ~8 and sizeof(*text) gives 1
00:07:01[Franklin]just use strlen() for all your string-length needs, and all will be well ;)
00:07:15jtdesigns01thanks. will commit after dinner
00:08:47[Franklin]the sizeof operator is a bit weird when used on arrays and string literals
00:10:14 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
00:11:57[Franklin]see https://msdn.microsoft.com/en-us/library/4s7x1k91.aspx if you need further clarification
00:28:01 Quit michaelni (Ping timeout: 246 seconds)
00:28:24 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
00:50:15 Quit Smx (Excess Flood)
00:52:26 Quit ender` (Quit: It's amazing how the the human mind does not process the the fact I used the the word "the" twice each time.)
00:52:29***Saving seen data "./dancer.seen"
00:53:31 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-rijpiewmugngwitz)
00:55:36 Quit FSanches (Quit: Leaving.)
00:56:11 Join FSanches [0] (~felipe@200-101-74-141.bsace702.dsl.brasiltelecom.net.br)
01:00
01:01:00 Quit michaelni (Ping timeout: 250 seconds)
01:01:32 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
01:03:26 Quit girafe (Read error: Connection reset by peer)
01:03:28jtdesigns01commited and pushed
01:09:15 Quit Smx (Excess Flood)
01:09:32 Quit bertrik (Remote host closed the connection)
01:13:32 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-dmvrljfjtebyiogw)
01:15:05 Nick suYin is now known as suYin`OFF (mysuyin@server2.shellfire.net)
01:20:25 Quit shamus (Read error: Connection reset by peer)
01:20:52 Join shamus [0] (~shmaus@ip-206-192-194-12.marylandheights.ip.cablemo.net)
02:00
02:07:28 Quit pamaury (Remote host closed the connection)
02:46:27 Quit Smx (Excess Flood)
02:47:31 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-gagifuwddydhdrcl)
02:52:33***Saving seen data "./dancer.seen"
03:00
03:16:25 Quit ZincAlloy (Quit: Leaving.)
03:22:44 Quit michaelni (Ping timeout: 240 seconds)
03:23:37 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
03:25:47 Quit drunkmonkee (Read error: Connection reset by peer)
03:27:04 Quit FSanches (Quit: Leaving.)
03:29:19 Quit [Franklin] (Quit: No Ping reply in 180 seconds.)
03:30:39 Join [Franklin] [0] (~me@unaffiliated/franklin)
03:42:42 Quit Aldem (Quit: Later)
04:00
04:03:09 Quit Moarc (Ping timeout: 252 seconds)
04:04:39 Join Moarc [0] (~chujko@a105.net128.okay.pl)
04:43:07 Join JdGordon [0] (~jonno@rockbox/developer/JdGordon)
04:44:54 Quit michaelni (Ping timeout: 272 seconds)
04:46:26 Quit JdGordon_ (Ping timeout: 260 seconds)
04:47:02 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
04:52:36***Saving seen data "./dancer.seen"
05:00
05:19:11 Quit [7] (Disconnected by services)
05:19:20 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
05:55:01 Quit ungali (Ping timeout: 272 seconds)
06:00
06:44:29 Quit michaelni (Ping timeout: 252 seconds)
06:45:08 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
06:51:32 Quit sparetire_ (Quit: sparetire_)
06:52:37***Saving seen data "./dancer.seen"
07:00
07:02:15 Quit JanC (Ping timeout: 240 seconds)
07:16:59 Join JanC [0] (~janc@lugwv/member/JanC)
07:18:34 Quit michaelni (Ping timeout: 260 seconds)
07:51:50 Nick pookie_ is now known as olspookishmagus (~pookie@snf-137798.vm.okeanos.grnet.gr)
07:52:20 Nick olspookishmagus is now known as Guest36188 (~pookie@snf-137798.vm.okeanos.grnet.gr)
08:00
08:14:31 Quit pixelma (Remote host closed the connection)
08:14:31 Quit amiconn (Read error: Connection reset by peer)
08:15:02 Join pixelma [0] (~pixelma@rockbox/staff/pixelma)
08:15:03 Join amiconn [0] (~amiconn@rockbox/developer/amiconn)
08:25:15 Join ender` [0] (krneki@foo.eternallybored.org)
08:26:14 Join ungali [0] (~ungali@S010614cc2056cec3.ed.shawcable.net)
08:36:20 Quit ungali (Quit: ungali)
08:37:10 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
08:52:38***Saving seen data "./dancer.seen"
08:58:21 Join xorly [0] (~xorly@ip-86-49-15-121.net.upcbroadband.cz)
08:59:10 Join petur [0] (~petur@rockbox/developer/petur)
10:00
10:37:16 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
10:52:39***No seen item changed, no save performed.
11:00
11:07:42 Quit suYin`OFF (Ping timeout: 260 seconds)
11:35:48 Join suYin`OFF [0] (mysuyin@server2.shellfire.net)
11:37:41 Join FSanches [0] (~felipe@200-101-74-141.bsace702.dsl.brasiltelecom.net.br)
11:39:44 Quit xorly (Ping timeout: 250 seconds)
12:00
12:33:59 Nick suYin`OFF is now known as suYin (mysuyin@server2.shellfire.net)
12:52:40***Saving seen data "./dancer.seen"
13:00
13:10:44 Join ZincAlloy [0] (~Adium@pD9FB7487.dip0.t-ipconnect.de)
14:00
14:52:42***No seen item changed, no save performed.
15:00
15:02:04 Join munch [0] (~munch@174.55.32.16)
15:02:23 Nick Guest36188 is now known as olspookishmagus (~pookie@snf-137798.vm.okeanos.grnet.gr)
15:02:39 Quit munch (Client Quit)
15:02:52 Nick olspookishmagus is now known as Guest11099 (~pookie@snf-137798.vm.okeanos.grnet.gr)
15:03:20 Join munch [0] (~munch@unaffiliated/munch)
15:04:03 Nick Guest11099 is now known as olspookishmagus (~pookie@snf-137798.vm.okeanos.grnet.gr)
15:06:47 Join nthn54321 [0] (~nthn12345@153.19.245.226)
15:07:12 Quit nthn54321 (Client Quit)
15:07:52 Join nthn54321 [0] (~nthn12345@153.19.245.226)
15:07:54 Quit krnlyng (Ping timeout: 260 seconds)
15:19:57 Quit nthn54321 (Read error: Connection reset by peer)
15:20:03 Join nthn54321 [0] (~nthn12345@153.19.245.226)
15:22:13 Join krnlyng [0] (~liar@178.114.87.158.wireless.dyn.drei.com)
15:24:58 Join amayer [0] (~amayer@mail.weberadvertising.com)
15:28:24 Quit nthn54321 (Remote host closed the connection)
15:28:41 Join nthn54321 [0] (~nthn12345@153.19.245.226)
15:54:20 Quit nthn54321 (Quit: IRC for Sailfish 0.9)
16:00
16:03:48 Join sparetire_ [0] (~sparetire@unaffiliated/sparetire)
16:18:16 Quit FSanches (Quit: Leaving.)
16:32:22 Quit wodz (Quit: Leaving)
16:41:34 Join xorly [0] (~xorly@ip-86-49-15-121.net.upcbroadband.cz)
16:51:17 Join michaelni [0] (~michael@chello084114129144.4.15.vie.surfer.at)
16:52:45***Saving seen data "./dancer.seen"
17:00
17:24:09 Join akaWolf [0] (~akaWolf@unaffiliated/akawolf)
17:39:30 Quit petur (Quit: *plop*)
17:41:50 Join Electricguy [0] (~quassel@ip-17-209-230-46.dialup.ice.net)
17:43:09 Quit Moarc (Ping timeout: 240 seconds)
17:45:00 Join Moarc [0] (~chujko@a105.net128.okay.pl)
17:55:33 Join girafe [0] (~girafe@AGrenoble-651-1-440-179.w82-122.abo.wanadoo.fr)
18:00
18:10:54 Quit JanC (Ping timeout: 240 seconds)
18:14:14 Join ir2ivps9 [0] (~ir2ivps9@f9.a2.559e.ip4.static.sl-reverse.com)
18:17:11 Quit Smx (Excess Flood)
18:20:32 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-rjqgcnyibgspytrp)
18:23:36 Join Aldem [0] (~Aldem@unaffiliated/aldem)
18:24:38 Join JanC [0] (~janc@lugwv/member/JanC)
18:25:28 Join JdGordon_ [0] (~jonno@rockbox/developer/JdGordon)
18:28:40 Quit JdGordon (Ping timeout: 276 seconds)
18:46:50 Join krabador [0] (~krabador@unaffiliated/krabador)
18:49:51 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
18:52:46***Saving seen data "./dancer.seen"
18:57:59 Quit Strife89 (Ping timeout: 272 seconds)
19:00
19:06:24 Join Strife89 [0] (~quassel@adsl-98-80-224-221.mcn.bellsouth.net)
19:07:39 Join lebellium [0] (~chatzilla@89-93-179-187.hfc.dyn.abo.bbox.fr)
19:14:50 Quit Aldem (Quit: Later)
19:59:06 Join markatlis [0] (2e0b4429@gateway/web/freenode/ip.46.11.68.41)
19:59:42 Nick jvd___ is now known as jvd (~syscrash@199.115.119.143)
20:00
20:26:28 Quit Smx (Excess Flood)
20:29:32 Join Smx [0] (Elite8556@gateway/shell/elitebnc/x-qigscydqaeqqtgbt)
20:36:43 Quit bluebrother (Disconnected by services)
20:36:48 Join bluebrother^ [0] (~dom@rockbox/developer/bluebrother)
20:36:55 Join fs-bluebot [0] (~fs-bluebo@xd9beeab8.dyn.telefonica.de)
20:39:46 Quit fs-bluebot_ (Ping timeout: 272 seconds)
20:52:49***Saving seen data "./dancer.seen"
21:00
21:02:27 Join FSanches [0] (~felipe@2804:14c:37:268b:9b8:9f85:ff7e:6af)
21:24:04 Quit krabador (Ping timeout: 240 seconds)
21:32:27 Join krabador [0] (~krabador@unaffiliated/krabador)
21:52:57 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
21:55:27 Join einhirn [0] (~Miranda@p5B0C516C.dip0.t-ipconnect.de)
21:59:06 Quit bertrik (Remote host closed the connection)
22:00
22:01:00 Join bertrik [0] (~quassel@rockbox/developer/bertrik)
22:01:28 Quit jtdesigns01 (Ping timeout: 272 seconds)
22:01:43 Join jtdesigns01 [0] (~quassel@2601:400:8000:2669:230:bdff:fe71:cebd)
22:18:43 Quit markatlis (Quit: Page closed)
22:18:46 Join ungali [0] (~ungali@S010614cc2056cec3.ed.shawcable.net)
22:34:26 Join TheLemonMan [0] (~lemonboy@unaffiliated/thelemonman)
22:45:02 Join markatlis [0] (2e0b4429@gateway/web/freenode/ip.46.11.68.41)
22:45:46 Quit michaelni (Ping timeout: 264 seconds)
22:47:32 Join michaelni [0] (~michael@M367P030.dipool.highway.telekom.at)
22:52:51***Saving seen data "./dancer.seen"
23:00
23:01:39 Quit markatlis (Quit: Page closed)
23:18:56 Quit lebellium (Quit: ChatZilla 0.9.92 [Firefox 43.0/20151119130424])
23:19:24 Quit Electricguy (Ping timeout: 240 seconds)
23:22:20 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
23:34:53 Join einhirn [0] (~Miranda@p5B0C516C.dip0.t-ipconnect.de)
23:37:25 Quit TheLemonMan (Quit: "It's now safe to turn off your computer.")
23:42:11 Join Rower [0] (husvagn@d83-183-134-99.cust.tele2.se)
23:48:55jtdesigns01is there a way to make a plugin autostart in the sim?
23:49:40 Quit xorly (Ping timeout: 252 seconds)
23:49:48[Franklin]jtdesigns01: yes
23:49:53jtdesigns01cool
23:49:58jtdesigns01how?
23:50:01[Franklin]look into the "AUTOROCK" functionality in main.c
23:50:14[Franklin]uncomment that define near the top of apps/main.c
23:50:23[Franklin]and save your plugin as autorock.rock
23:50:27jtdesigns01ok great
23:50:38jtdesigns01wait autorock.rock?
23:50:40jtdesigns01dang
23:50:48jtdesigns01guess i`l have to see about changing that
23:51:14[Franklin]just symlink .rockbox/apps/plugins/autorock.rock -> your plugin
23:51:30jtdesigns01oooh smart
23:51:37jtdesigns01but would it recognise that
23:51:43[Franklin]yeah
23:51:49[Franklin]or edit main.c
23:51:59jtdesigns01i guess so, it doesnt emulate the fat filesystem

Previous day | Next day