Index: trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- trunk/psLib/src/astro/psEarthOrientation.c	(revision 21388)
+++ trunk/psLib/src/astro/psEarthOrientation.c	(revision 22682)
@@ -767,5 +767,5 @@
     psTime *in = psTimeCopy(time);
     if (in->type != PS_TIME_UT1) {
-        in = psTimeConvert(in, PS_TIME_UT1);
+        psTimeConvert(in, PS_TIME_UT1);
     }
     //Check if tidal corrections should be included.
