CurrentPositionInfo small bug (with fix)

Hi jules,

isLooping is not correctly set in getCurrentPosition (AudioPlayHead::CurrentPositionInfo&) in juce_AU_Wrapper.

The following line is missing just before it returns :

info.isLooping = looping;

thanks!

jules, could you commit that?

Sorry, missed this post the first time round! It's done now, thanks!