GSettings: fix mixed use of a pointer
authorRyan Lortie <desrt@desrt.ca>
Sun, 2 May 2010 19:14:30 +0000 (14:14 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 2 May 2010 19:15:33 +0000 (14:15 -0500)
commit644dfbd704d103df3a7ac13f31cfb87aa03f377d
tree42bce44fd01cc35021e6ea59c37f999b7dc31f1f
parent5821b7f099feaa58e9e476187d22a0a917cb099e
GSettings: fix mixed use of a pointer

  - used in some places as a move-along-as-we-go pointer
  - used in other places as a pointer to the fixed base of an array

Switch all users to the first style to avoid a crasher.
gio/gsettingsbackend.c