mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	UDDF import: check following event time
Seems that our UDDF export is adding time after the event name. Thus we need to add reading the following time as well. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									88cf25075f
								
							
						
					
					
						commit
						41e9ec12e2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -371,7 +371,7 @@
 | 
				
			||||||
          <xsl:attribute name="time">
 | 
					          <xsl:attribute name="time">
 | 
				
			||||||
            <xsl:call-template name="timeConvert">
 | 
					            <xsl:call-template name="timeConvert">
 | 
				
			||||||
              <xsl:with-param name="timeSec">
 | 
					              <xsl:with-param name="timeSec">
 | 
				
			||||||
                <xsl:value-of select="preceding-sibling::divetime|preceding-sibling::u:divetime|preceding-sibling::u1:divetime"/>
 | 
					                <xsl:value-of select="preceding-sibling::divetime|preceding-sibling::u:divetime|preceding-sibling::u1:divetime|following-sibling::u:divetime"/>
 | 
				
			||||||
              </xsl:with-param>
 | 
					              </xsl:with-param>
 | 
				
			||||||
            </xsl:call-template>
 | 
					            </xsl:call-template>
 | 
				
			||||||
          </xsl:attribute>
 | 
					          </xsl:attribute>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue